{
  "type": "File",
  "start": 0,
  "end": 12551,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 368,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 12551,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 368,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 15,
        "end": 52,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 37
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 21,
            "end": 51,
            "loc": {
              "start": {
                "line": 3,
                "column": 6
              },
              "end": {
                "line": 3,
                "column": 36
              }
            },
            "id": {
              "type": "Identifier",
              "start": 21,
              "end": 26,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 6
                },
                "end": {
                  "line": 3,
                  "column": 11
                },
                "identifierName": "Utils"
              },
              "name": "Utils"
            },
            "init": {
              "type": "CallExpression",
              "start": 29,
              "end": 51,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 14
                },
                "end": {
                  "line": 3,
                  "column": 36
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 29,
                "end": 36,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 14
                  },
                  "end": {
                    "line": 3,
                    "column": 21
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 37,
                  "end": 50,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 22
                    },
                    "end": {
                      "line": 3,
                      "column": 35
                    }
                  },
                  "extra": {
                    "rawValue": "../../utils",
                    "raw": "'../../utils'"
                  },
                  "value": "../../utils"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 53,
        "end": 108,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 55
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 59,
            "end": 107,
            "loc": {
              "start": {
                "line": 4,
                "column": 6
              },
              "end": {
                "line": 4,
                "column": 54
              }
            },
            "id": {
              "type": "Identifier",
              "start": 59,
              "end": 64,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6
                },
                "end": {
                  "line": 4,
                  "column": 11
                },
                "identifierName": "debug"
              },
              "name": "debug"
            },
            "init": {
              "type": "CallExpression",
              "start": 67,
              "end": 107,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 14
                },
                "end": {
                  "line": 4,
                  "column": 54
                }
              },
              "callee": {
                "type": "MemberExpression",
                "start": 67,
                "end": 97,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 14
                  },
                  "end": {
                    "line": 4,
                    "column": 44
                  }
                },
                "object": {
                  "type": "CallExpression",
                  "start": 67,
                  "end": 84,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 14
                    },
                    "end": {
                      "line": 4,
                      "column": 31
                    }
                  },
                  "callee": {
                    "type": "MemberExpression",
                    "start": 67,
                    "end": 82,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 14
                      },
                      "end": {
                        "line": 4,
                        "column": 29
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 67,
                      "end": 72,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 14
                        },
                        "end": {
                          "line": 4,
                          "column": 19
                        },
                        "identifierName": "Utils"
                      },
                      "name": "Utils"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 73,
                      "end": 82,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 20
                        },
                        "end": {
                          "line": 4,
                          "column": 29
                        },
                        "identifierName": "getLogger"
                      },
                      "name": "getLogger"
                    },
                    "computed": false
                  },
                  "arguments": []
                },
                "property": {
                  "type": "Identifier",
                  "start": 85,
                  "end": 97,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 32
                    },
                    "end": {
                      "line": 4,
                      "column": 44
                    },
                    "identifierName": "debugContext"
                  },
                  "name": "debugContext"
                },
                "computed": false
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 98,
                  "end": 106,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 45
                    },
                    "end": {
                      "line": 4,
                      "column": 53
                    }
                  },
                  "extra": {
                    "rawValue": "sql:pg",
                    "raw": "'sql:pg'"
                  },
                  "value": "sql:pg"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 109,
        "end": 160,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 51
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 115,
            "end": 159,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 50
              }
            },
            "id": {
              "type": "Identifier",
              "start": 115,
              "end": 128,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 6
                },
                "end": {
                  "line": 5,
                  "column": 19
                },
                "identifierName": "AbstractQuery"
              },
              "name": "AbstractQuery"
            },
            "init": {
              "type": "CallExpression",
              "start": 131,
              "end": 159,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 22
                },
                "end": {
                  "line": 5,
                  "column": 50
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 131,
                "end": 138,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 22
                  },
                  "end": {
                    "line": 5,
                    "column": 29
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 139,
                  "end": 158,
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 30
                    },
                    "end": {
                      "line": 5,
                      "column": 49
                    }
                  },
                  "extra": {
                    "rawValue": "../abstract/query",
                    "raw": "'../abstract/query'"
                  },
                  "value": "../abstract/query"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 161,
        "end": 209,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 48
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 167,
            "end": 208,
            "loc": {
              "start": {
                "line": 6,
                "column": 6
              },
              "end": {
                "line": 6,
                "column": 47
              }
            },
            "id": {
              "type": "Identifier",
              "start": 167,
              "end": 177,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 6
                },
                "end": {
                  "line": 6,
                  "column": 16
                },
                "identifierName": "QueryTypes"
              },
              "name": "QueryTypes"
            },
            "init": {
              "type": "CallExpression",
              "start": 180,
              "end": 208,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 19
                },
                "end": {
                  "line": 6,
                  "column": 47
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 180,
                "end": 187,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 19
                  },
                  "end": {
                    "line": 6,
                    "column": 26
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 188,
                  "end": 207,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 27
                    },
                    "end": {
                      "line": 6,
                      "column": 46
                    }
                  },
                  "extra": {
                    "rawValue": "../../query-types",
                    "raw": "'../../query-types'"
                  },
                  "value": "../../query-types"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 210,
        "end": 251,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 7,
            "column": 41
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 216,
            "end": 250,
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 40
              }
            },
            "id": {
              "type": "Identifier",
              "start": 216,
              "end": 223,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 6
                },
                "end": {
                  "line": 7,
                  "column": 13
                },
                "identifierName": "Promise"
              },
              "name": "Promise"
            },
            "init": {
              "type": "CallExpression",
              "start": 226,
              "end": 250,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 16
                },
                "end": {
                  "line": 7,
                  "column": 40
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 226,
                "end": 233,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 16
                  },
                  "end": {
                    "line": 7,
                    "column": 23
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 234,
                  "end": 249,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 24
                    },
                    "end": {
                      "line": 7,
                      "column": 39
                    }
                  },
                  "extra": {
                    "rawValue": "../../promise",
                    "raw": "'../../promise'"
                  },
                  "value": "../../promise"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 252,
        "end": 303,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 51
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 258,
            "end": 302,
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 50
              }
            },
            "id": {
              "type": "Identifier",
              "start": 258,
              "end": 273,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 21
                },
                "identifierName": "sequelizeErrors"
              },
              "name": "sequelizeErrors"
            },
            "init": {
              "type": "CallExpression",
              "start": 276,
              "end": 302,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 24
                },
                "end": {
                  "line": 8,
                  "column": 50
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 276,
                "end": 283,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 24
                  },
                  "end": {
                    "line": 8,
                    "column": 31
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 284,
                  "end": 301,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 32
                    },
                    "end": {
                      "line": 8,
                      "column": 49
                    }
                  },
                  "extra": {
                    "rawValue": "../../errors.js",
                    "raw": "'../../errors.js'"
                  },
                  "value": "../../errors.js"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "VariableDeclaration",
        "start": 304,
        "end": 332,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 28
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 310,
            "end": 331,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 27
              }
            },
            "id": {
              "type": "Identifier",
              "start": 310,
              "end": 311,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 6
                },
                "end": {
                  "line": 9,
                  "column": 7
                },
                "identifierName": "_"
              },
              "name": "_"
            },
            "init": {
              "type": "CallExpression",
              "start": 314,
              "end": 331,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 10
                },
                "end": {
                  "line": 9,
                  "column": 27
                }
              },
              "callee": {
                "type": "Identifier",
                "start": 314,
                "end": 321,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 10
                  },
                  "end": {
                    "line": 9,
                    "column": 17
                  },
                  "identifierName": "require"
                },
                "name": "require"
              },
              "arguments": [
                {
                  "type": "StringLiteral",
                  "start": 322,
                  "end": 330,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 18
                    },
                    "end": {
                      "line": 9,
                      "column": 26
                    }
                  },
                  "extra": {
                    "rawValue": "lodash",
                    "raw": "'lodash'"
                  },
                  "value": "lodash"
                }
              ]
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ClassDeclaration",
        "start": 334,
        "end": 12462,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 362,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 340,
          "end": 345,
          "loc": {
            "start": {
              "line": 11,
              "column": 6
            },
            "end": {
              "line": 11,
              "column": 11
            },
            "identifierName": "Query"
          },
          "name": "Query"
        },
        "superClass": {
          "type": "Identifier",
          "start": 354,
          "end": 367,
          "loc": {
            "start": {
              "line": 11,
              "column": 20
            },
            "end": {
              "line": 11,
              "column": 33
            },
            "identifierName": "AbstractQuery"
          },
          "name": "AbstractQuery"
        },
        "body": {
          "type": "ClassBody",
          "start": 368,
          "end": 12462,
          "loc": {
            "start": {
              "line": 11,
              "column": 34
            },
            "end": {
              "line": 362,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 372,
              "end": 708,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 25,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 372,
                "end": 383,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 12,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 384,
                  "end": 390,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 14
                    },
                    "end": {
                      "line": 12,
                      "column": 20
                    },
                    "identifierName": "client"
                  },
                  "name": "client"
                },
                {
                  "type": "Identifier",
                  "start": 392,
                  "end": 401,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 22
                    },
                    "end": {
                      "line": 12,
                      "column": 31
                    },
                    "identifierName": "sequelize"
                  },
                  "name": "sequelize"
                },
                {
                  "type": "Identifier",
                  "start": 403,
                  "end": 410,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 33
                    },
                    "end": {
                      "line": 12,
                      "column": 40
                    },
                    "identifierName": "options"
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 412,
                "end": 708,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 42
                  },
                  "end": {
                    "line": 25,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 418,
                    "end": 426,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 418,
                      "end": 425,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 11
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 418,
                        "end": 423,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 4
                          },
                          "end": {
                            "line": 13,
                            "column": 9
                          }
                        }
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 431,
                    "end": 452,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 431,
                      "end": 451,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 24
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 431,
                        "end": 442,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 431,
                          "end": 435,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 436,
                          "end": 442,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 9
                            },
                            "end": {
                              "line": 14,
                              "column": 15
                            },
                            "identifierName": "client"
                          },
                          "name": "client"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 445,
                        "end": 451,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 18
                          },
                          "end": {
                            "line": 14,
                            "column": 24
                          },
                          "identifierName": "client"
                        },
                        "name": "client"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 457,
                    "end": 484,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 15,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 457,
                      "end": 483,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 457,
                        "end": 471,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 15,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 457,
                          "end": 461,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 462,
                          "end": 471,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 9
                            },
                            "end": {
                              "line": 15,
                              "column": 18
                            },
                            "identifierName": "sequelize"
                          },
                          "name": "sequelize"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 474,
                        "end": 483,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 21
                          },
                          "end": {
                            "line": 15,
                            "column": 30
                          },
                          "identifierName": "sequelize"
                        },
                        "name": "sequelize"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 489,
                    "end": 522,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 37
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 489,
                      "end": 521,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 4
                        },
                        "end": {
                          "line": 16,
                          "column": 36
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 489,
                        "end": 502,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 16,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 489,
                          "end": 493,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 494,
                          "end": 502,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 9
                            },
                            "end": {
                              "line": 16,
                              "column": 17
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 505,
                        "end": 521,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 20
                          },
                          "end": {
                            "line": 16,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 505,
                          "end": 512,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 20
                            },
                            "end": {
                              "line": 16,
                              "column": 27
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 513,
                          "end": 521,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 28
                            },
                            "end": {
                              "line": 16,
                              "column": 36
                            },
                            "identifierName": "instance"
                          },
                          "name": "instance"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 527,
                    "end": 554,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 31
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 527,
                      "end": 553,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 30
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 527,
                        "end": 537,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 4
                          },
                          "end": {
                            "line": 17,
                            "column": 14
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 527,
                          "end": 531,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 532,
                          "end": 537,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 9
                            },
                            "end": {
                              "line": 17,
                              "column": 14
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 540,
                        "end": 553,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 17
                          },
                          "end": {
                            "line": 17,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 540,
                          "end": 547,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 17
                            },
                            "end": {
                              "line": 17,
                              "column": 24
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 548,
                          "end": 553,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 25
                            },
                            "end": {
                              "line": 17,
                              "column": 30
                            },
                            "identifierName": "model"
                          },
                          "name": "model"
                        },
                        "computed": false
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 559,
                    "end": 672,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 22
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 559,
                      "end": 671,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 21
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 559,
                        "end": 571,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 559,
                          "end": 563,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 564,
                          "end": 571,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 9
                            },
                            "end": {
                              "line": 18,
                              "column": 16
                            },
                            "identifierName": "options"
                          },
                          "name": "options"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 574,
                        "end": 671,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 19
                          },
                          "end": {
                            "line": 22,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 574,
                          "end": 582,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 19
                            },
                            "end": {
                              "line": 18,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 574,
                            "end": 575,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 19
                              },
                              "end": {
                                "line": 18,
                                "column": 20
                              },
                              "identifierName": "_"
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 576,
                            "end": 582,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 21
                              },
                              "end": {
                                "line": 18,
                                "column": 27
                              },
                              "identifierName": "extend"
                            },
                            "name": "extend"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 583,
                            "end": 655,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 28
                              },
                              "end": {
                                "line": 22,
                                "column": 5
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 591,
                                "end": 611,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 26
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 591,
                                  "end": 598,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 13
                                    },
                                    "identifierName": "logging"
                                  },
                                  "name": "logging"
                                },
                                "value": {
                                  "type": "MemberExpression",
                                  "start": 600,
                                  "end": 611,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 26
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 600,
                                    "end": 607,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 22
                                      },
                                      "identifierName": "console"
                                    },
                                    "name": "console"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 608,
                                    "end": 611,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 26
                                      },
                                      "identifierName": "log"
                                    },
                                    "name": "log"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 619,
                                "end": 631,
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 18
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 619,
                                  "end": 624,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 11
                                    },
                                    "identifierName": "plain"
                                  },
                                  "name": "plain"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 626,
                                  "end": 631,
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 18
                                    }
                                  },
                                  "value": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 639,
                                "end": 649,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 16
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 639,
                                  "end": 642,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 9
                                    },
                                    "identifierName": "raw"
                                  },
                                  "name": "raw"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 644,
                                  "end": 649,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 16
                                    }
                                  },
                                  "value": false
                                }
                              }
                            ]
                          },
                          {
                            "type": "LogicalExpression",
                            "start": 657,
                            "end": 670,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 7
                              },
                              "end": {
                                "line": 22,
                                "column": 20
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 657,
                              "end": 664,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 7
                                },
                                "end": {
                                  "line": 22,
                                  "column": 14
                                },
                                "identifierName": "options"
                              },
                              "name": "options"
                            },
                            "operator": "||",
                            "right": {
                              "type": "ObjectExpression",
                              "start": 668,
                              "end": 670,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 18
                                },
                                "end": {
                                  "line": 22,
                                  "column": 20
                                }
                              },
                              "properties": []
                            }
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 678,
                    "end": 704,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 30
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 678,
                      "end": 703,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 29
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 678,
                        "end": 701,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 4
                          },
                          "end": {
                            "line": 24,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 678,
                          "end": 682,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 4
                            },
                            "end": {
                              "line": 24,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 683,
                          "end": 701,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 9
                            },
                            "end": {
                              "line": 24,
                              "column": 27
                            },
                            "identifierName": "checkLoggingOption"
                          },
                          "name": "checkLoggingOption"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * rewrite query with parameters\n   * @private\n   ",
                  "start": 712,
                  "end": 770,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 2
                    },
                    "end": {
                      "line": 30,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 773,
              "end": 1550,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 2
                },
                "end": {
                  "line": 54,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 780,
                "end": 800,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 9
                  },
                  "end": {
                    "line": 31,
                    "column": 29
                  },
                  "identifierName": "formatBindParameters"
                },
                "name": "formatBindParameters"
              },
              "static": true,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 801,
                  "end": 804,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 30
                    },
                    "end": {
                      "line": 31,
                      "column": 33
                    },
                    "identifierName": "sql"
                  },
                  "name": "sql"
                },
                {
                  "type": "Identifier",
                  "start": 806,
                  "end": 812,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 35
                    },
                    "end": {
                      "line": 31,
                      "column": 41
                    },
                    "identifierName": "values"
                  },
                  "name": "values"
                },
                {
                  "type": "Identifier",
                  "start": 814,
                  "end": 821,
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 43
                    },
                    "end": {
                      "line": 31,
                      "column": 50
                    },
                    "identifierName": "dialect"
                  },
                  "name": "dialect"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 823,
                "end": 1550,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 52
                  },
                  "end": {
                    "line": 54,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 829,
                    "end": 848,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 32,
                        "column": 23
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 833,
                        "end": 847,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 22
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 833,
                          "end": 842,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 17
                            },
                            "identifierName": "bindParam"
                          },
                          "name": "bindParam"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 845,
                          "end": 847,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 20
                            },
                            "end": {
                              "line": 32,
                              "column": 22
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 853,
                    "end": 1517,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "CallExpression",
                      "start": 857,
                      "end": 878,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 29
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 857,
                        "end": 870,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 857,
                          "end": 862,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 13
                            },
                            "identifierName": "Array"
                          },
                          "name": "Array"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 863,
                          "end": 870,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 21
                            },
                            "identifierName": "isArray"
                          },
                          "name": "isArray"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 871,
                          "end": 877,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 22
                            },
                            "end": {
                              "line": 33,
                              "column": 28
                            },
                            "identifierName": "values"
                          },
                          "name": "values"
                        }
                      ]
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 880,
                      "end": 1014,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 31
                        },
                        "end": {
                          "line": 36,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 888,
                          "end": 907,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 6
                            },
                            "end": {
                              "line": 34,
                              "column": 25
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 888,
                            "end": 906,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 6
                              },
                              "end": {
                                "line": 34,
                                "column": 24
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 888,
                              "end": 897,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 6
                                },
                                "end": {
                                  "line": 34,
                                  "column": 15
                                },
                                "identifierName": "bindParam"
                              },
                              "name": "bindParam"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 900,
                              "end": 906,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 18
                                },
                                "end": {
                                  "line": 34,
                                  "column": 24
                                },
                                "identifierName": "values"
                              },
                              "name": "values"
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 914,
                          "end": 1008,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 6
                            },
                            "end": {
                              "line": 35,
                              "column": 100
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 914,
                            "end": 1007,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 6
                              },
                              "end": {
                                "line": 35,
                                "column": 99
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 914,
                              "end": 917,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 6
                                },
                                "end": {
                                  "line": 35,
                                  "column": 9
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 920,
                              "end": 1007,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 35,
                                  "column": 99
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 920,
                                "end": 1004,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 96
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 920,
                                  "end": 954,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 920,
                                    "end": 933,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 25
                                      },
                                      "identifierName": "AbstractQuery"
                                    },
                                    "name": "AbstractQuery"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 934,
                                    "end": 954,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 46
                                      },
                                      "identifierName": "formatBindParameters"
                                    },
                                    "name": "formatBindParameters"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 955,
                                    "end": 958,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 50
                                      },
                                      "identifierName": "sql"
                                    },
                                    "name": "sql"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 960,
                                    "end": 966,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 58
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 968,
                                    "end": 975,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 67
                                      },
                                      "identifierName": "dialect"
                                    },
                                    "name": "dialect"
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "start": 977,
                                    "end": 1003,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 95
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "ObjectProperty",
                                        "start": 979,
                                        "end": 1001,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 93
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 979,
                                          "end": 995,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 71
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 87
                                            },
                                            "identifierName": "skipValueReplace"
                                          },
                                          "name": "skipValueReplace"
                                        },
                                        "value": {
                                          "type": "BooleanLiteral",
                                          "start": 997,
                                          "end": 1001,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 89
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 93
                                            }
                                          },
                                          "value": true
                                        }
                                      }
                                    ]
                                  }
                                ]
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 1005,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 97
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 98
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 1020,
                      "end": 1517,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 11
                        },
                        "end": {
                          "line": 52,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 1028,
                          "end": 1038,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 6
                            },
                            "end": {
                              "line": 37,
                              "column": 16
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1032,
                              "end": 1037,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 10
                                },
                                "end": {
                                  "line": 37,
                                  "column": 15
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1032,
                                "end": 1033,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 11
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "init": {
                                "type": "NumericLiteral",
                                "start": 1036,
                                "end": 1037,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 15
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              }
                            }
                          ],
                          "kind": "let"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 1045,
                          "end": 1061,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 6
                            },
                            "end": {
                              "line": 38,
                              "column": 22
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1051,
                              "end": 1060,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 21
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1051,
                                "end": 1055,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 16
                                  },
                                  "identifierName": "seen"
                                },
                                "name": "seen"
                              },
                              "init": {
                                "type": "ObjectExpression",
                                "start": 1058,
                                "end": 1060,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 21
                                  }
                                },
                                "properties": []
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 1068,
                          "end": 1421,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 6
                            },
                            "end": {
                              "line": 50,
                              "column": 8
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 1074,
                              "end": 1420,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 50,
                                  "column": 7
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 1074,
                                "end": 1089,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 27
                                  },
                                  "identifierName": "replacementFunc"
                                },
                                "name": "replacementFunc"
                              },
                              "init": {
                                "type": "ArrowFunctionExpression",
                                "start": 1092,
                                "end": 1420,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 7
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1093,
                                    "end": 1098,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 36
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1100,
                                    "end": 1103,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 41
                                      },
                                      "identifierName": "key"
                                    },
                                    "name": "key"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1105,
                                    "end": 1111,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 49
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1113,
                                    "end": 1121,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 59
                                      },
                                      "identifierName": "timeZone"
                                    },
                                    "name": "timeZone"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1123,
                                    "end": 1130,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 68
                                      },
                                      "identifierName": "dialect"
                                    },
                                    "name": "dialect"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1132,
                                    "end": 1139,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 70
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 77
                                      },
                                      "identifierName": "options"
                                    },
                                    "name": "options"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1144,
                                  "end": 1420,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 1154,
                                      "end": 1222,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 1158,
                                        "end": 1181,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 35
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1158,
                                          "end": 1167,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 21
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1158,
                                            "end": 1162,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 16
                                              },
                                              "identifierName": "seen"
                                            },
                                            "name": "seen"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1163,
                                            "end": 1166,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 20
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        },
                                        "operator": "!==",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1172,
                                          "end": 1181,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 35
                                            },
                                            "identifierName": "undefined"
                                          },
                                          "name": "undefined"
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1183,
                                        "end": 1222,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 1195,
                                            "end": 1212,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 27
                                              }
                                            },
                                            "argument": {
                                              "type": "MemberExpression",
                                              "start": 1202,
                                              "end": 1211,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1202,
                                                "end": 1206,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 21
                                                  },
                                                  "identifierName": "seen"
                                                },
                                                "name": "seen"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1207,
                                                "end": 1210,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 25
                                                  },
                                                  "identifierName": "key"
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 1231,
                                      "end": 1386,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 1235,
                                        "end": 1260,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 37
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1235,
                                          "end": 1246,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1235,
                                            "end": 1241,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 18
                                              },
                                              "identifierName": "values"
                                            },
                                            "name": "values"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1242,
                                            "end": 1245,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 22
                                              },
                                              "identifierName": "key"
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        },
                                        "operator": "!==",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 1251,
                                          "end": 1260,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 37
                                            },
                                            "identifierName": "undefined"
                                          },
                                          "name": "undefined"
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1262,
                                        "end": 1386,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1274,
                                            "end": 1284,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 20
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1274,
                                              "end": 1283,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 19
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 1274,
                                                "end": 1275,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 11
                                                  },
                                                  "identifierName": "i"
                                                },
                                                "name": "i"
                                              },
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 1278,
                                                "end": 1283,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 19
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 1278,
                                                  "end": 1279,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 15
                                                    },
                                                    "identifierName": "i"
                                                  },
                                                  "name": "i"
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "NumericLiteral",
                                                  "start": 1282,
                                                  "end": 1283,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 19
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  },
                                                  "value": 1
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1295,
                                            "end": 1323,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 38
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 1295,
                                              "end": 1322,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 37
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1295,
                                                "end": 1309,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1295,
                                                  "end": 1304,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 19
                                                    },
                                                    "identifierName": "bindParam"
                                                  },
                                                  "name": "bindParam"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1305,
                                                  "end": 1309,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 24
                                                    },
                                                    "identifierName": "push"
                                                  },
                                                  "name": "push"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 1310,
                                                  "end": 1321,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1310,
                                                    "end": 1316,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 31
                                                      },
                                                      "identifierName": "values"
                                                    },
                                                    "name": "values"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1317,
                                                    "end": 1320,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 35
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1334,
                                            "end": 1352,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 28
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 1334,
                                              "end": 1351,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 27
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 1334,
                                                "end": 1343,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 19
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1334,
                                                  "end": 1338,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 14
                                                    },
                                                    "identifierName": "seen"
                                                  },
                                                  "name": "seen"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1339,
                                                  "end": 1342,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 18
                                                    },
                                                    "identifierName": "key"
                                                  },
                                                  "name": "key"
                                                },
                                                "computed": true
                                              },
                                              "right": {
                                                "type": "BinaryExpression",
                                                "start": 1346,
                                                "end": 1351,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 27
                                                  }
                                                },
                                                "left": {
                                                  "type": "StringLiteral",
                                                  "start": 1346,
                                                  "end": 1349,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 25
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "$",
                                                    "raw": "'$'"
                                                  },
                                                  "value": "$"
                                                },
                                                "operator": "+",
                                                "right": {
                                                  "type": "Identifier",
                                                  "start": 1350,
                                                  "end": 1351,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 27
                                                    },
                                                    "identifierName": "i"
                                                  },
                                                  "name": "i"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 1363,
                                            "end": 1376,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 23
                                              }
                                            },
                                            "argument": {
                                              "type": "BinaryExpression",
                                              "start": 1370,
                                              "end": 1375,
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 22
                                                }
                                              },
                                              "left": {
                                                "type": "StringLiteral",
                                                "start": 1370,
                                                "end": 1373,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 20
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": "$",
                                                  "raw": "'$'"
                                                },
                                                "value": "$"
                                              },
                                              "operator": "+",
                                              "right": {
                                                "type": "Identifier",
                                                "start": 1374,
                                                "end": 1375,
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 22
                                                  },
                                                  "identifierName": "i"
                                                },
                                                "name": "i"
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 1395,
                                      "end": 1412,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 25
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 1402,
                                        "end": 1411,
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 24
                                          },
                                          "identifierName": "undefined"
                                        },
                                        "name": "undefined"
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            }
                          ],
                          "kind": "const"
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 1428,
                          "end": 1511,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 6
                            },
                            "end": {
                              "line": 51,
                              "column": 89
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1428,
                            "end": 1510,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 6
                              },
                              "end": {
                                "line": 51,
                                "column": 88
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1428,
                              "end": 1431,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 6
                                },
                                "end": {
                                  "line": 51,
                                  "column": 9
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 1434,
                              "end": 1510,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 12
                                },
                                "end": {
                                  "line": 51,
                                  "column": 88
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1434,
                                "end": 1507,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 85
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1434,
                                  "end": 1468,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1434,
                                    "end": 1447,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 25
                                      },
                                      "identifierName": "AbstractQuery"
                                    },
                                    "name": "AbstractQuery"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1448,
                                    "end": 1468,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 46
                                      },
                                      "identifierName": "formatBindParameters"
                                    },
                                    "name": "formatBindParameters"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1469,
                                    "end": 1472,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 50
                                      },
                                      "identifierName": "sql"
                                    },
                                    "name": "sql"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1474,
                                    "end": 1480,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 58
                                      },
                                      "identifierName": "values"
                                    },
                                    "name": "values"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1482,
                                    "end": 1489,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 67
                                      },
                                      "identifierName": "dialect"
                                    },
                                    "name": "dialect"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1491,
                                    "end": 1506,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 84
                                      },
                                      "identifierName": "replacementFunc"
                                    },
                                    "name": "replacementFunc"
                                  }
                                ]
                              },
                              "property": {
                                "type": "NumericLiteral",
                                "start": 1508,
                                "end": 1509,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 86
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 87
                                  }
                                },
                                "extra": {
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "value": 0
                              },
                              "computed": true
                            }
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1522,
                    "end": 1546,
                    "loc": {
                      "start": {
                        "line": 53,
                        "column": 4
                      },
                      "end": {
                        "line": 53,
                        "column": 28
                      }
                    },
                    "argument": {
                      "type": "ArrayExpression",
                      "start": 1529,
                      "end": 1545,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 11
                        },
                        "end": {
                          "line": 53,
                          "column": 27
                        }
                      },
                      "elements": [
                        {
                          "type": "Identifier",
                          "start": 1530,
                          "end": 1533,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 12
                            },
                            "end": {
                              "line": 53,
                              "column": 15
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        {
                          "type": "Identifier",
                          "start": 1535,
                          "end": 1544,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 17
                            },
                            "end": {
                              "line": 53,
                              "column": 26
                            },
                            "identifierName": "bindParam"
                          },
                          "name": "bindParam"
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * rewrite query with parameters\n   * @private\n   ",
                  "start": 712,
                  "end": 770,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 2
                    },
                    "end": {
                      "line": 30,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1554,
              "end": 9708,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 2
                },
                "end": {
                  "line": 280,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1554,
                "end": 1557,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 2
                  },
                  "end": {
                    "line": 56,
                    "column": 5
                  },
                  "identifierName": "run"
                },
                "name": "run"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1558,
                  "end": 1561,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 6
                    },
                    "end": {
                      "line": 56,
                      "column": 9
                    },
                    "identifierName": "sql"
                  },
                  "name": "sql"
                },
                {
                  "type": "Identifier",
                  "start": 1563,
                  "end": 1573,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 11
                    },
                    "end": {
                      "line": 56,
                      "column": 21
                    },
                    "identifierName": "parameters"
                  },
                  "name": "parameters"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1575,
                "end": 9708,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 23
                  },
                  "end": {
                    "line": 280,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1581,
                    "end": 1596,
                    "loc": {
                      "start": {
                        "line": 57,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1581,
                      "end": 1595,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 4
                        },
                        "end": {
                          "line": 57,
                          "column": 18
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1581,
                        "end": 1589,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 4
                          },
                          "end": {
                            "line": 57,
                            "column": 12
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1581,
                          "end": 1585,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 4
                            },
                            "end": {
                              "line": 57,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1586,
                          "end": 1589,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 9
                            },
                            "end": {
                              "line": 57,
                              "column": 12
                            },
                            "identifierName": "sql"
                          },
                          "name": "sql"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1592,
                        "end": 1595,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 15
                          },
                          "end": {
                            "line": 57,
                            "column": 18
                          },
                          "identifierName": "sql"
                        },
                        "name": "sql"
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 1602,
                    "end": 1762,
                    "loc": {
                      "start": {
                        "line": 59,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 1605,
                      "end": 1646,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 7
                        },
                        "end": {
                          "line": 59,
                          "column": 48
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "CallExpression",
                        "start": 1606,
                        "end": 1646,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 8
                          },
                          "end": {
                            "line": 59,
                            "column": 48
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1606,
                          "end": 1621,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 8
                            },
                            "end": {
                              "line": 59,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1606,
                            "end": 1613,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 8
                              },
                              "end": {
                                "line": 59,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1606,
                              "end": 1611,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 13
                                },
                                "identifierName": "Utils"
                              },
                              "name": "Utils"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1612,
                              "end": 1613,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 14
                                },
                                "end": {
                                  "line": 59,
                                  "column": 15
                                },
                                "identifierName": "_"
                              },
                              "name": "_"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1614,
                            "end": 1621,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 16
                              },
                              "end": {
                                "line": 59,
                                "column": 23
                              },
                              "identifierName": "isEmpty"
                            },
                            "name": "isEmpty"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1622,
                            "end": 1645,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 24
                              },
                              "end": {
                                "line": 59,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1622,
                              "end": 1634,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 24
                                },
                                "end": {
                                  "line": 59,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1622,
                                "end": 1626,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1627,
                                "end": 1634,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 36
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1635,
                              "end": 1645,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 37
                                },
                                "end": {
                                  "line": 59,
                                  "column": 47
                                },
                                "identifierName": "searchPath"
                              },
                              "name": "searchPath"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1647,
                      "end": 1762,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 49
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1655,
                          "end": 1756,
                          "loc": {
                            "start": {
                              "line": 60,
                              "column": 6
                            },
                            "end": {
                              "line": 60,
                              "column": 107
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1655,
                            "end": 1755,
                            "loc": {
                              "start": {
                                "line": 60,
                                "column": 6
                              },
                              "end": {
                                "line": 60,
                                "column": 106
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 1655,
                              "end": 1663,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 6
                                },
                                "end": {
                                  "line": 60,
                                  "column": 14
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1655,
                                "end": 1659,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1660,
                                "end": 1663,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 14
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1666,
                              "end": 1755,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 17
                                },
                                "end": {
                                  "line": 60,
                                  "column": 106
                                }
                              },
                              "left": {
                                "type": "CallExpression",
                                "start": 1666,
                                "end": 1749,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 100
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1666,
                                  "end": 1724,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 75
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1666,
                                    "end": 1710,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1666,
                                      "end": 1695,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1666,
                                        "end": 1680,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 31
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1666,
                                          "end": 1670,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1671,
                                          "end": 1680,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 31
                                            },
                                            "identifierName": "sequelize"
                                          },
                                          "name": "sequelize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1681,
                                        "end": 1695,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 46
                                          },
                                          "identifierName": "queryInterface"
                                        },
                                        "name": "queryInterface"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1696,
                                      "end": 1710,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 61
                                        },
                                        "identifierName": "QueryGenerator"
                                      },
                                      "name": "QueryGenerator"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1711,
                                    "end": 1724,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 75
                                      },
                                      "identifierName": "setSearchPath"
                                    },
                                    "name": "setSearchPath"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 1725,
                                    "end": 1748,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 76
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 99
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1725,
                                      "end": 1737,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 88
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1725,
                                        "end": 1729,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 76
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 80
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1730,
                                        "end": 1737,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 88
                                          },
                                          "identifierName": "options"
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1738,
                                      "end": 1748,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 89
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 99
                                        },
                                        "identifierName": "searchPath"
                                      },
                                      "name": "searchPath"
                                    },
                                    "computed": false
                                  }
                                ]
                              },
                              "operator": "+",
                              "right": {
                                "type": "Identifier",
                                "start": 1752,
                                "end": 1755,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 103
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 106
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              }
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1768,
                    "end": 1890,
                    "loc": {
                      "start": {
                        "line": 63,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 126
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1774,
                        "end": 1889,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 10
                          },
                          "end": {
                            "line": 63,
                            "column": 125
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1774,
                          "end": 1779,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 10
                            },
                            "end": {
                              "line": 63,
                              "column": 15
                            },
                            "identifierName": "query"
                          },
                          "name": "query"
                        },
                        "init": {
                          "type": "ConditionalExpression",
                          "start": 1783,
                          "end": 1888,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 19
                            },
                            "end": {
                              "line": 63,
                              "column": 124
                            }
                          },
                          "test": {
                            "type": "LogicalExpression",
                            "start": 1784,
                            "end": 1815,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 20
                              },
                              "end": {
                                "line": 63,
                                "column": 51
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1784,
                              "end": 1794,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 20
                                },
                                "end": {
                                  "line": 63,
                                  "column": 30
                                },
                                "identifierName": "parameters"
                              },
                              "name": "parameters"
                            },
                            "operator": "&&",
                            "right": {
                              "type": "MemberExpression",
                              "start": 1798,
                              "end": 1815,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 34
                                },
                                "end": {
                                  "line": 63,
                                  "column": 51
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1798,
                                "end": 1808,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 44
                                  },
                                  "identifierName": "parameters"
                                },
                                "name": "parameters"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1809,
                                "end": 1815,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 51
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "extra": {
                              "parenthesized": true,
                              "parenStart": 1783
                            }
                          },
                          "consequent": {
                            "type": "CallExpression",
                            "start": 1819,
                            "end": 1858,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 55
                              },
                              "end": {
                                "line": 63,
                                "column": 94
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1819,
                              "end": 1836,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 55
                                },
                                "end": {
                                  "line": 63,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1819,
                                "end": 1830,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 66
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1819,
                                  "end": 1823,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 59
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1824,
                                  "end": 1830,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 66
                                    },
                                    "identifierName": "client"
                                  },
                                  "name": "client"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1831,
                                "end": 1836,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 72
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1837,
                                "end": 1845,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 81
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1837,
                                  "end": 1841,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 77
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1842,
                                  "end": 1845,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 81
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "computed": false
                              },
                              {
                                "type": "Identifier",
                                "start": 1847,
                                "end": 1857,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 83
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 93
                                  },
                                  "identifierName": "parameters"
                                },
                                "name": "parameters"
                              }
                            ]
                          },
                          "alternate": {
                            "type": "CallExpression",
                            "start": 1861,
                            "end": 1888,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 97
                              },
                              "end": {
                                "line": 63,
                                "column": 124
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1861,
                              "end": 1878,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 97
                                },
                                "end": {
                                  "line": 63,
                                  "column": 114
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1861,
                                "end": 1872,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 97
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 108
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1861,
                                  "end": 1865,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 97
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 101
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1866,
                                  "end": 1872,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 108
                                    },
                                    "identifierName": "client"
                                  },
                                  "name": "client"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1873,
                                "end": 1878,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 109
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 114
                                  },
                                  "identifierName": "query"
                                },
                                "name": "query"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 1879,
                                "end": 1887,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 115
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 123
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1879,
                                  "end": 1883,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 115
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 119
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1884,
                                  "end": 1887,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 120
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 123
                                    },
                                    "identifierName": "sql"
                                  },
                                  "name": "sql"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 1782
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1895,
                    "end": 1911,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 20
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1901,
                        "end": 1910,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 10
                          },
                          "end": {
                            "line": 64,
                            "column": 19
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1901,
                          "end": 1905,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 10
                            },
                            "end": {
                              "line": 64,
                              "column": 14
                            },
                            "identifierName": "rows"
                          },
                          "name": "rows"
                        },
                        "init": {
                          "type": "ArrayExpression",
                          "start": 1908,
                          "end": 1910,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 17
                            },
                            "end": {
                              "line": 64,
                              "column": 19
                            }
                          },
                          "elements": []
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1916,
                    "end": 1942,
                    "loc": {
                      "start": {
                        "line": 65,
                        "column": 4
                      },
                      "end": {
                        "line": 65,
                        "column": 30
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1920,
                        "end": 1941,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 8
                          },
                          "end": {
                            "line": 65,
                            "column": 29
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1920,
                          "end": 1933,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 8
                            },
                            "end": {
                              "line": 65,
                              "column": 21
                            },
                            "identifierName": "receivedError"
                          },
                          "name": "receivedError"
                        },
                        "init": {
                          "type": "BooleanLiteral",
                          "start": 1936,
                          "end": 1941,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 24
                            },
                            "end": {
                              "line": 65,
                              "column": 29
                            }
                          },
                          "value": false
                        }
                      }
                    ],
                    "kind": "let",
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": "do we need benchmark for this query execution",
                        "start": 1948,
                        "end": 1995,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 4
                          },
                          "end": {
                            "line": 67,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2000,
                    "end": 2077,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 81
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2006,
                        "end": 2076,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 10
                          },
                          "end": {
                            "line": 68,
                            "column": 80
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2006,
                          "end": 2015,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 10
                            },
                            "end": {
                              "line": 68,
                              "column": 19
                            },
                            "identifierName": "benchmark"
                          },
                          "name": "benchmark",
                          "leadingComments": null
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 2018,
                          "end": 2076,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 22
                            },
                            "end": {
                              "line": 68,
                              "column": 80
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 2018,
                            "end": 2050,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 22
                              },
                              "end": {
                                "line": 68,
                                "column": 54
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2018,
                              "end": 2040,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 22
                                },
                                "end": {
                                  "line": 68,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2018,
                                "end": 2032,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2018,
                                  "end": 2022,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 26
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2023,
                                  "end": 2032,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 36
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2033,
                                "end": 2040,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 44
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2041,
                              "end": 2050,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 45
                                },
                                "end": {
                                  "line": 68,
                                  "column": 54
                                },
                                "identifierName": "benchmark"
                              },
                              "name": "benchmark"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 2054,
                            "end": 2076,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 58
                              },
                              "end": {
                                "line": 68,
                                "column": 80
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2054,
                              "end": 2066,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 58
                                },
                                "end": {
                                  "line": 68,
                                  "column": 70
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2054,
                                "end": 2058,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 62
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2059,
                                "end": 2066,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 63
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 70
                                  },
                                  "identifierName": "options"
                                },
                                "name": "options"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2067,
                              "end": 2076,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 71
                                },
                                "end": {
                                  "line": 68,
                                  "column": 80
                                },
                                "identifierName": "benchmark"
                              },
                              "name": "benchmark"
                            },
                            "computed": false
                          }
                        },
                        "leadingComments": null
                      }
                    ],
                    "kind": "const",
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": "do we need benchmark for this query execution",
                        "start": 1948,
                        "end": 1995,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 4
                          },
                          "end": {
                            "line": 67,
                            "column": 51
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 2083,
                    "end": 2098,
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 70,
                        "column": 19
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2087,
                        "end": 2097,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 8
                          },
                          "end": {
                            "line": 70,
                            "column": 18
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2087,
                          "end": 2097,
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 8
                            },
                            "end": {
                              "line": 70,
                              "column": 18
                            },
                            "identifierName": "queryBegin"
                          },
                          "name": "queryBegin"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 2103,
                    "end": 2277,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 2107,
                      "end": 2116,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 17
                        },
                        "identifierName": "benchmark"
                      },
                      "name": "benchmark"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 2118,
                      "end": 2156,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 19
                        },
                        "end": {
                          "line": 73,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2126,
                          "end": 2150,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 6
                            },
                            "end": {
                              "line": 72,
                              "column": 30
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 2126,
                            "end": 2149,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 6
                              },
                              "end": {
                                "line": 72,
                                "column": 29
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 2126,
                              "end": 2136,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 6
                                },
                                "end": {
                                  "line": 72,
                                  "column": 16
                                },
                                "identifierName": "queryBegin"
                              },
                              "name": "queryBegin"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 2139,
                              "end": 2149,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 19
                                },
                                "end": {
                                  "line": 72,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2139,
                                "end": 2147,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2139,
                                  "end": 2143,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 23
                                    },
                                    "identifierName": "Date"
                                  },
                                  "name": "Date"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2144,
                                  "end": 2147,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 27
                                    },
                                    "identifierName": "now"
                                  },
                                  "name": "now"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 2162,
                      "end": 2277,
                      "loc": {
                        "start": {
                          "line": 73,
                          "column": 11
                        },
                        "end": {
                          "line": 75,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 2170,
                          "end": 2271,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 6
                            },
                            "end": {
                              "line": 74,
                              "column": 107
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 2170,
                            "end": 2270,
                            "loc": {
                              "start": {
                                "line": 74,
                                "column": 6
                              },
                              "end": {
                                "line": 74,
                                "column": 106
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2170,
                              "end": 2188,
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 6
                                },
                                "end": {
                                  "line": 74,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2170,
                                "end": 2184,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2170,
                                  "end": 2174,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2175,
                                  "end": 2184,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 20
                                    },
                                    "identifierName": "sequelize"
                                  },
                                  "name": "sequelize"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2185,
                                "end": 2188,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 24
                                  },
                                  "identifierName": "log"
                                },
                                "name": "log"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 2189,
                                "end": 2255,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 91
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 2189,
                                  "end": 2244,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 80
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 2189,
                                    "end": 2236,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 72
                                      }
                                    },
                                    "left": {
                                      "type": "StringLiteral",
                                      "start": 2189,
                                      "end": 2202,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Executing (",
                                        "raw": "'Executing ('"
                                      },
                                      "value": "Executing ("
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "LogicalExpression",
                                      "start": 2206,
                                      "end": 2235,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 71
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2206,
                                        "end": 2222,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 58
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2206,
                                          "end": 2217,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2206,
                                            "end": 2210,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2211,
                                            "end": 2217,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 53
                                              },
                                              "identifierName": "client"
                                            },
                                            "name": "client"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2218,
                                          "end": 2222,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 58
                                            },
                                            "identifierName": "uuid"
                                          },
                                          "name": "uuid"
                                        },
                                        "computed": false
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 2226,
                                        "end": 2235,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 71
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "default",
                                          "raw": "'default'"
                                        },
                                        "value": "default"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 2205
                                      }
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "StringLiteral",
                                    "start": 2239,
                                    "end": 2244,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 75
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 80
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "): ",
                                      "raw": "'): '"
                                    },
                                    "value": "): "
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2247,
                                  "end": 2255,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 83
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 91
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2247,
                                    "end": 2251,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 83
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 87
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2252,
                                    "end": 2255,
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 88
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 91
                                      },
                                      "identifierName": "sql"
                                    },
                                    "name": "sql"
                                  },
                                  "computed": false
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "start": 2257,
                                "end": 2269,
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 93
                                  },
                                  "end": {
                                    "line": 74,
                                    "column": 105
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2257,
                                  "end": 2261,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 97
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2262,
                                  "end": 2269,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 98
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 105
                                    },
                                    "identifierName": "options"
                                  },
                                  "name": "options"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2283,
                    "end": 2350,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 4
                      },
                      "end": {
                        "line": 77,
                        "column": 71
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2283,
                      "end": 2349,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 4
                        },
                        "end": {
                          "line": 77,
                          "column": 70
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2283,
                        "end": 2288,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 4
                          },
                          "end": {
                            "line": 77,
                            "column": 9
                          },
                          "identifierName": "debug"
                        },
                        "name": "debug"
                      },
                      "arguments": [
                        {
                          "type": "TemplateLiteral",
                          "start": 2289,
                          "end": 2348,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 10
                            },
                            "end": {
                              "line": 77,
                              "column": 69
                            }
                          },
                          "expressions": [
                            {
                              "type": "LogicalExpression",
                              "start": 2302,
                              "end": 2331,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 23
                                },
                                "end": {
                                  "line": 77,
                                  "column": 52
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2302,
                                "end": 2318,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2302,
                                  "end": 2313,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2302,
                                    "end": 2306,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2307,
                                    "end": 2313,
                                    "loc": {
                                      "start": {
                                        "line": 77,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 34
                                      },
                                      "identifierName": "client"
                                    },
                                    "name": "client"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2314,
                                  "end": 2318,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 39
                                    },
                                    "identifierName": "uuid"
                                  },
                                  "name": "uuid"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "StringLiteral",
                                "start": 2322,
                                "end": 2331,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 52
                                  }
                                },
                                "extra": {
                                  "rawValue": "default",
                                  "raw": "'default'"
                                },
                                "value": "default"
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "start": 2338,
                              "end": 2346,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 59
                                },
                                "end": {
                                  "line": 77,
                                  "column": 67
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2338,
                                "end": 2342,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 63
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2343,
                                "end": 2346,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 67
                                  },
                                  "identifierName": "sql"
                                },
                                "name": "sql"
                              },
                              "computed": false
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 2290,
                              "end": 2300,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 11
                                },
                                "end": {
                                  "line": 77,
                                  "column": 21
                                }
                              },
                              "value": {
                                "raw": "executing(",
                                "cooked": "executing("
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 2332,
                              "end": 2336,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 53
                                },
                                "end": {
                                  "line": 77,
                                  "column": 57
                                }
                              },
                              "value": {
                                "raw": ") : ",
                                "cooked": ") : "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 2347,
                              "end": 2347,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 68
                                },
                                "end": {
                                  "line": 77,
                                  "column": 68
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 2356,
                    "end": 9704,
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 4
                      },
                      "end": {
                        "line": 279,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 2363,
                      "end": 9703,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 11
                        },
                        "end": {
                          "line": 279,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2363,
                        "end": 3189,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 11
                          },
                          "end": {
                            "line": 110,
                            "column": 13
                          }
                        },
                        "object": {
                          "type": "NewExpression",
                          "start": 2363,
                          "end": 3182,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 11
                            },
                            "end": {
                              "line": 110,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 2367,
                            "end": 2374,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 15
                              },
                              "end": {
                                "line": 79,
                                "column": 22
                              },
                              "identifierName": "Promise"
                            },
                            "name": "Promise"
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2375,
                              "end": 3181,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 23
                                },
                                "end": {
                                  "line": 110,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2376,
                                  "end": 2383,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 31
                                    },
                                    "identifierName": "resolve"
                                  },
                                  "name": "resolve"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 2385,
                                  "end": 2391,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 39
                                    },
                                    "identifierName": "reject"
                                  },
                                  "name": "reject"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2396,
                                "end": 3181,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2404,
                                    "end": 2462,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 9
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2404,
                                      "end": 2461,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2404,
                                        "end": 2412,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 14
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2404,
                                          "end": 2409,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 11
                                            },
                                            "identifierName": "query"
                                          },
                                          "name": "query"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2410,
                                          "end": 2412,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 14
                                            },
                                            "identifierName": "on"
                                          },
                                          "name": "on"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 2413,
                                          "end": 2418,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 20
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "row",
                                            "raw": "'row'"
                                          },
                                          "value": "row"
                                        },
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2420,
                                          "end": 2460,
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 2420,
                                              "end": 2423,
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 25
                                                },
                                                "identifierName": "row"
                                              },
                                              "name": "row"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2427,
                                            "end": 2460,
                                            "loc": {
                                              "start": {
                                                "line": 80,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2437,
                                                "end": 2452,
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 23
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 2437,
                                                  "end": 2451,
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 22
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2437,
                                                    "end": 2446,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 17
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2437,
                                                      "end": 2441,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 12
                                                        },
                                                        "identifierName": "rows"
                                                      },
                                                      "name": "rows"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2442,
                                                      "end": 2446,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 17
                                                        },
                                                        "identifierName": "push"
                                                      },
                                                      "name": "push"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 2447,
                                                      "end": 2450,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 21
                                                        },
                                                        "identifierName": "row"
                                                      },
                                                      "name": "row"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2470,
                                    "end": 2783,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 9
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2470,
                                      "end": 2782,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2470,
                                        "end": 2478,
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 14
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2470,
                                          "end": 2475,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 11
                                            },
                                            "identifierName": "query"
                                          },
                                          "name": "query"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2476,
                                          "end": 2478,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 14
                                            },
                                            "identifierName": "on"
                                          },
                                          "name": "on"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 2479,
                                          "end": 2486,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 22
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "error",
                                            "raw": "'error'"
                                          },
                                          "value": "error"
                                        },
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2488,
                                          "end": 2781,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 2488,
                                              "end": 2491,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 27
                                                },
                                                "identifierName": "err"
                                              },
                                              "name": "err"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2495,
                                            "end": 2781,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 94,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 2599,
                                                "end": 2680,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 2603,
                                                  "end": 2628,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 37
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2603,
                                                    "end": 2611,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 20
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2603,
                                                      "end": 2606,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 15
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err",
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2607,
                                                      "end": 2611,
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 20
                                                        },
                                                        "identifierName": "code"
                                                      },
                                                      "name": "code"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 2616,
                                                    "end": 2628,
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 37
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "ECONNRESET",
                                                      "raw": "'ECONNRESET'"
                                                    },
                                                    "value": "ECONNRESET"
                                                  },
                                                  "leadingComments": null
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 2630,
                                                  "end": 2680,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 2642,
                                                      "end": 2670,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 38
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 2642,
                                                        "end": 2669,
                                                        "loc": {
                                                          "start": {
                                                            "line": 88,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 88,
                                                            "column": 37
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 2642,
                                                          "end": 2662,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 30
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 2642,
                                                            "end": 2653,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 21
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 2642,
                                                              "end": 2646,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 14
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2647,
                                                              "end": 2653,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 21
                                                                },
                                                                "identifierName": "client"
                                                              },
                                                              "name": "client"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2654,
                                                            "end": 2662,
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 30
                                                              },
                                                              "identifierName": "_invalid"
                                                            },
                                                            "name": "_invalid"
                                                          },
                                                          "computed": false
                                                        },
                                                        "right": {
                                                          "type": "BooleanLiteral",
                                                          "start": 2665,
                                                          "end": 2669,
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 37
                                                            }
                                                          },
                                                          "value": true
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null,
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " set the client so that it will be reaped if the connection resets while executing",
                                                    "start": 2506,
                                                    "end": 2590,
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 92
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2690,
                                                "end": 2711,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 29
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2690,
                                                  "end": 2710,
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 28
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 2690,
                                                    "end": 2703,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 21
                                                      },
                                                      "identifierName": "receivedError"
                                                    },
                                                    "name": "receivedError"
                                                  },
                                                  "right": {
                                                    "type": "BooleanLiteral",
                                                    "start": 2706,
                                                    "end": 2710,
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 28
                                                      }
                                                    },
                                                    "value": true
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2720,
                                                "end": 2734,
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 22
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 2720,
                                                  "end": 2733,
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 21
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2720,
                                                    "end": 2727,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 15
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2720,
                                                      "end": 2723,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 11
                                                        },
                                                        "identifierName": "err"
                                                      },
                                                      "name": "err"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2724,
                                                      "end": 2727,
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 15
                                                        },
                                                        "identifierName": "sql"
                                                      },
                                                      "name": "sql"
                                                    },
                                                    "computed": false
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 2730,
                                                    "end": 2733,
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 21
                                                      },
                                                      "identifierName": "sql"
                                                    },
                                                    "name": "sql"
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2743,
                                                "end": 2773,
                                                "loc": {
                                                  "start": {
                                                    "line": 93,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 93,
                                                    "column": 38
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 2743,
                                                  "end": 2772,
                                                  "loc": {
                                                    "start": {
                                                      "line": 93,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 93,
                                                      "column": 37
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 2743,
                                                    "end": 2749,
                                                    "loc": {
                                                      "start": {
                                                        "line": 93,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 93,
                                                        "column": 14
                                                      },
                                                      "identifierName": "reject"
                                                    },
                                                    "name": "reject"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "start": 2750,
                                                      "end": 2771,
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 36
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 2750,
                                                        "end": 2766,
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 31
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 2750,
                                                          "end": 2754,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 19
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2755,
                                                          "end": 2766,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 31
                                                            },
                                                            "identifierName": "formatError"
                                                          },
                                                          "name": "formatError"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2767,
                                                          "end": 2770,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 35
                                                            },
                                                            "identifierName": "err"
                                                          },
                                                          "name": "err"
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 2791,
                                    "end": 3175,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 9
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 2791,
                                      "end": 3174,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 8
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2791,
                                        "end": 2799,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 14
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2791,
                                          "end": 2796,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 11
                                            },
                                            "identifierName": "query"
                                          },
                                          "name": "query"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2797,
                                          "end": 2799,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 14
                                            },
                                            "identifierName": "on"
                                          },
                                          "name": "on"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 2800,
                                          "end": 2805,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 20
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "end",
                                            "raw": "'end'"
                                          },
                                          "value": "end"
                                        },
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2807,
                                          "end": 3173,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 2807,
                                              "end": 2813,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 28
                                                },
                                                "identifierName": "result"
                                              },
                                              "name": "result"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2817,
                                            "end": 3173,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2828,
                                                "end": 2894,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 74
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 2828,
                                                  "end": 2893,
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 98,
                                                      "column": 73
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 2828,
                                                    "end": 2833,
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 13
                                                      },
                                                      "identifierName": "debug"
                                                    },
                                                    "name": "debug"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "TemplateLiteral",
                                                      "start": 2834,
                                                      "end": 2892,
                                                      "loc": {
                                                        "start": {
                                                          "line": 98,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 98,
                                                          "column": 72
                                                        }
                                                      },
                                                      "expressions": [
                                                        {
                                                          "type": "LogicalExpression",
                                                          "start": 2846,
                                                          "end": 2875,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 55
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 2846,
                                                            "end": 2862,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 98,
                                                                "column": 42
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 2846,
                                                              "end": 2857,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 98,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 2846,
                                                                "end": 2850,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 98,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 98,
                                                                    "column": 30
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2851,
                                                                "end": 2857,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 98,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 98,
                                                                    "column": 37
                                                                  },
                                                                  "identifierName": "client"
                                                                },
                                                                "name": "client"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2858,
                                                              "end": 2862,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 98,
                                                                  "column": 42
                                                                },
                                                                "identifierName": "uuid"
                                                              },
                                                              "name": "uuid"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "||",
                                                          "right": {
                                                            "type": "StringLiteral",
                                                            "start": 2866,
                                                            "end": 2875,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 98,
                                                                "column": 55
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": "default",
                                                              "raw": "'default'"
                                                            },
                                                            "value": "default"
                                                          }
                                                        },
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 2882,
                                                          "end": 2890,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 62
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 70
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2882,
                                                            "end": 2886,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 62
                                                              },
                                                              "end": {
                                                                "line": 98,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2887,
                                                            "end": 2890,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 98,
                                                                "column": 70
                                                              },
                                                              "identifierName": "sql"
                                                            },
                                                            "name": "sql"
                                                          },
                                                          "computed": false
                                                        }
                                                      ],
                                                      "quasis": [
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 2835,
                                                          "end": 2844,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 24
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "executed(",
                                                            "cooked": "executed("
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 2876,
                                                          "end": 2880,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 56
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 60
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": ") : ",
                                                            "cooked": ") : "
                                                          },
                                                          "tail": false
                                                        },
                                                        {
                                                          "type": "TemplateElement",
                                                          "start": 2891,
                                                          "end": 2891,
                                                          "loc": {
                                                            "start": {
                                                              "line": 98,
                                                              "column": 71
                                                            },
                                                            "end": {
                                                              "line": 98,
                                                              "column": 71
                                                            }
                                                          },
                                                          "value": {
                                                            "raw": "",
                                                            "cooked": ""
                                                          },
                                                          "tail": true
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 2904,
                                                "end": 3068,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "Identifier",
                                                  "start": 2908,
                                                  "end": 2917,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 21
                                                    },
                                                    "identifierName": "benchmark"
                                                  },
                                                  "name": "benchmark"
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 2919,
                                                  "end": 3068,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 2931,
                                                      "end": 3058,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 137
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 2931,
                                                        "end": 3057,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 136
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2931,
                                                          "end": 2949,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 28
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 2931,
                                                            "end": 2945,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 10
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 24
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 2931,
                                                              "end": 2935,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 14
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 2936,
                                                              "end": 2945,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 24
                                                                },
                                                                "identifierName": "sequelize"
                                                              },
                                                              "name": "sequelize"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2946,
                                                            "end": 2949,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 28
                                                              },
                                                              "identifierName": "log"
                                                            },
                                                            "name": "log"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 2950,
                                                            "end": 3015,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 94
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "BinaryExpression",
                                                              "start": 2950,
                                                              "end": 3004,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 83
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "BinaryExpression",
                                                                "start": 2950,
                                                                "end": 2996,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 75
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "StringLiteral",
                                                                  "start": 2950,
                                                                  "end": 2962,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": "Executed (",
                                                                    "raw": "'Executed ('"
                                                                  },
                                                                  "value": "Executed ("
                                                                },
                                                                "operator": "+",
                                                                "right": {
                                                                  "type": "LogicalExpression",
                                                                  "start": 2966,
                                                                  "end": 2995,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 74
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2966,
                                                                    "end": 2982,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2966,
                                                                      "end": 2977,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 101,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 101,
                                                                          "column": 56
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 2966,
                                                                        "end": 2970,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 45
                                                                          },
                                                                          "end": {
                                                                            "line": 101,
                                                                            "column": 49
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2971,
                                                                        "end": 2977,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 50
                                                                          },
                                                                          "end": {
                                                                            "line": 101,
                                                                            "column": 56
                                                                          },
                                                                          "identifierName": "client"
                                                                        },
                                                                        "name": "client"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2978,
                                                                      "end": 2982,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 101,
                                                                          "column": 57
                                                                        },
                                                                        "end": {
                                                                          "line": 101,
                                                                          "column": 61
                                                                        },
                                                                        "identifierName": "uuid"
                                                                      },
                                                                      "name": "uuid"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": "||",
                                                                  "right": {
                                                                    "type": "StringLiteral",
                                                                    "start": 2986,
                                                                    "end": 2995,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 101,
                                                                        "column": 65
                                                                      },
                                                                      "end": {
                                                                        "line": 101,
                                                                        "column": 74
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": "default",
                                                                      "raw": "'default'"
                                                                    },
                                                                    "value": "default"
                                                                  },
                                                                  "extra": {
                                                                    "parenthesized": true,
                                                                    "parenStart": 2965
                                                                  }
                                                                }
                                                              },
                                                              "operator": "+",
                                                              "right": {
                                                                "type": "StringLiteral",
                                                                "start": 2999,
                                                                "end": 3004,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 78
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 83
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "): ",
                                                                  "raw": "'): '"
                                                                },
                                                                "value": "): "
                                                              }
                                                            },
                                                            "operator": "+",
                                                            "right": {
                                                              "type": "MemberExpression",
                                                              "start": 3007,
                                                              "end": 3015,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 86
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 94
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 3007,
                                                                "end": 3011,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 86
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 90
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3012,
                                                                "end": 3015,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 91
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 94
                                                                  },
                                                                  "identifierName": "sql"
                                                                },
                                                                "name": "sql"
                                                              },
                                                              "computed": false
                                                            }
                                                          },
                                                          {
                                                            "type": "BinaryExpression",
                                                            "start": 3018,
                                                            "end": 3041,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 97
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 120
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "CallExpression",
                                                              "start": 3018,
                                                              "end": 3028,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 97
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 107
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3018,
                                                                "end": 3026,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 101,
                                                                    "column": 97
                                                                  },
                                                                  "end": {
                                                                    "line": 101,
                                                                    "column": 105
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3018,
                                                                  "end": 3022,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 97
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 101
                                                                    },
                                                                    "identifierName": "Date"
                                                                  },
                                                                  "name": "Date"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3023,
                                                                  "end": 3026,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 101,
                                                                      "column": 102
                                                                    },
                                                                    "end": {
                                                                      "line": 101,
                                                                      "column": 105
                                                                    },
                                                                    "identifierName": "now"
                                                                  },
                                                                  "name": "now"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": []
                                                            },
                                                            "operator": "-",
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 3031,
                                                              "end": 3041,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 110
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 120
                                                                },
                                                                "identifierName": "queryBegin"
                                                              },
                                                              "name": "queryBegin"
                                                            },
                                                            "extra": {
                                                              "parenthesized": true,
                                                              "parenStart": 3017
                                                            }
                                                          },
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 3044,
                                                            "end": 3056,
                                                            "loc": {
                                                              "start": {
                                                                "line": 101,
                                                                "column": 123
                                                              },
                                                              "end": {
                                                                "line": 101,
                                                                "column": 135
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3044,
                                                              "end": 3048,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 123
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 127
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3049,
                                                              "end": 3056,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 101,
                                                                  "column": 128
                                                                },
                                                                "end": {
                                                                  "line": 101,
                                                                  "column": 135
                                                                },
                                                                "identifierName": "options"
                                                              },
                                                              "name": "options"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 3078,
                                                "end": 3126,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "Identifier",
                                                  "start": 3082,
                                                  "end": 3095,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 25
                                                    },
                                                    "identifierName": "receivedError"
                                                  },
                                                  "name": "receivedError"
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3097,
                                                  "end": 3126,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 3109,
                                                      "end": 3116,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 17
                                                        }
                                                      },
                                                      "argument": null
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3136,
                                                "end": 3165,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 37
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 3136,
                                                  "end": 3164,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 36
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 3136,
                                                    "end": 3143,
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 15
                                                      },
                                                      "identifierName": "resolve"
                                                    },
                                                    "name": "resolve"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrayExpression",
                                                      "start": 3144,
                                                      "end": 3163,
                                                      "loc": {
                                                        "start": {
                                                          "line": 108,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 108,
                                                          "column": 35
                                                        }
                                                      },
                                                      "elements": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3145,
                                                          "end": 3149,
                                                          "loc": {
                                                            "start": {
                                                              "line": 108,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 108,
                                                              "column": 21
                                                            },
                                                            "identifierName": "rows"
                                                          },
                                                          "name": "rows"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3151,
                                                          "end": 3154,
                                                          "loc": {
                                                            "start": {
                                                              "line": 108,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 108,
                                                              "column": 26
                                                            },
                                                            "identifierName": "sql"
                                                          },
                                                          "name": "sql"
                                                        },
                                                        {
                                                          "type": "Identifier",
                                                          "start": 3156,
                                                          "end": 3162,
                                                          "loc": {
                                                            "start": {
                                                              "line": 108,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 108,
                                                              "column": 34
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 3183,
                          "end": 3189,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 7
                            },
                            "end": {
                              "line": 110,
                              "column": 13
                            },
                            "identifierName": "spread"
                          },
                          "name": "spread"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 3190,
                          "end": 9702,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 14
                            },
                            "end": {
                              "line": 279,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 3191,
                              "end": 3195,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 15
                                },
                                "end": {
                                  "line": 110,
                                  "column": 19
                                },
                                "identifierName": "rows"
                              },
                              "name": "rows"
                            },
                            {
                              "type": "Identifier",
                              "start": 3197,
                              "end": 3200,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 21
                                },
                                "end": {
                                  "line": 110,
                                  "column": 24
                                },
                                "identifierName": "sql"
                              },
                              "name": "sql"
                            },
                            {
                              "type": "Identifier",
                              "start": 3202,
                              "end": 3208,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 26
                                },
                                "end": {
                                  "line": 110,
                                  "column": 32
                                },
                                "identifierName": "result"
                              },
                              "name": "result"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 3213,
                            "end": 9702,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 37
                              },
                              "end": {
                                "line": 279,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 3221,
                                "end": 3242,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 27
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3227,
                                    "end": 3241,
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 26
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3227,
                                      "end": 3234,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 19
                                        },
                                        "identifierName": "results"
                                      },
                                      "name": "results"
                                    },
                                    "init": {
                                      "type": "Identifier",
                                      "start": 3237,
                                      "end": 3241,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 26
                                        },
                                        "identifierName": "rows"
                                      },
                                      "name": "rows"
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3249,
                                "end": 3346,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 103
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3255,
                                    "end": 3345,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 102
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3255,
                                      "end": 3271,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 28
                                        },
                                        "identifierName": "isTableNameQuery"
                                      },
                                      "name": "isTableNameQuery"
                                    },
                                    "init": {
                                      "type": "BinaryExpression",
                                      "start": 3275,
                                      "end": 3344,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 101
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 3275,
                                        "end": 3338,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 95
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3275,
                                          "end": 3286,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3275,
                                            "end": 3278,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 35
                                              },
                                              "identifierName": "sql"
                                            },
                                            "name": "sql"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3279,
                                            "end": 3286,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 43
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 3287,
                                            "end": 3337,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 94
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "SELECT table_name FROM information_schema.tables",
                                              "raw": "'SELECT table_name FROM information_schema.tables'"
                                            },
                                            "value": "SELECT table_name FROM information_schema.tables"
                                          }
                                        ]
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 3343,
                                        "end": 3344,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 100
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 101
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 3274
                                      }
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3353,
                                "end": 3441,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 94
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3359,
                                    "end": 3440,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 93
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3359,
                                      "end": 3373,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 26
                                        },
                                        "identifierName": "isRelNameQuery"
                                      },
                                      "name": "isRelNameQuery"
                                    },
                                    "init": {
                                      "type": "BinaryExpression",
                                      "start": 3377,
                                      "end": 3439,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 92
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 3377,
                                        "end": 3433,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 86
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3377,
                                          "end": 3388,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 41
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3377,
                                            "end": 3380,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 33
                                              },
                                              "identifierName": "sql"
                                            },
                                            "name": "sql"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3381,
                                            "end": 3388,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 41
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 3389,
                                            "end": 3432,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 85
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "SELECT relname FROM pg_class WHERE oid IN",
                                              "raw": "'SELECT relname FROM pg_class WHERE oid IN'"
                                            },
                                            "value": "SELECT relname FROM pg_class WHERE oid IN"
                                          }
                                        ]
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "NumericLiteral",
                                        "start": 3438,
                                        "end": 3439,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 92
                                          }
                                        },
                                        "extra": {
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "value": 0
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 3376
                                      }
                                    }
                                  }
                                ],
                                "kind": "const"
                              },
                              {
                                "type": "IfStatement",
                                "start": 3449,
                                "end": 3685,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 122,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 3453,
                                  "end": 3467,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 24
                                    },
                                    "identifierName": "isRelNameQuery"
                                  },
                                  "name": "isRelNameQuery"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3469,
                                  "end": 3601,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "start": 3479,
                                      "end": 3593,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 12
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 3486,
                                        "end": 3592,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 11
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3486,
                                          "end": 3494,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3486,
                                            "end": 3490,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 19
                                              },
                                              "identifierName": "rows"
                                            },
                                            "name": "rows"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3491,
                                            "end": 3494,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 23
                                              },
                                              "identifierName": "map"
                                            },
                                            "name": "map"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3495,
                                            "end": 3591,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 10
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": true,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 3495,
                                                "end": 3498,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 27
                                                  },
                                                  "identifierName": "row"
                                                },
                                                "name": "row"
                                              }
                                            ],
                                            "body": {
                                              "type": "ObjectExpression",
                                              "start": 3503,
                                              "end": 3590,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 9
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 3515,
                                                  "end": 3532,
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 27
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 3515,
                                                    "end": 3519,
                                                    "loc": {
                                                      "start": {
                                                        "line": 117,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 117,
                                                        "column": 14
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 3521,
                                                    "end": 3532,
                                                    "loc": {
                                                      "start": {
                                                        "line": 117,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 117,
                                                        "column": 27
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3521,
                                                      "end": 3524,
                                                      "loc": {
                                                        "start": {
                                                          "line": 117,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 117,
                                                          "column": 19
                                                        },
                                                        "identifierName": "row"
                                                      },
                                                      "name": "row"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3525,
                                                      "end": 3532,
                                                      "loc": {
                                                        "start": {
                                                          "line": 117,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 117,
                                                          "column": 27
                                                        },
                                                        "identifierName": "relname"
                                                      },
                                                      "name": "relname"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 3544,
                                                  "end": 3580,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 3544,
                                                    "end": 3553,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 19
                                                      },
                                                      "identifierName": "tableName"
                                                    },
                                                    "name": "tableName"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 3555,
                                                    "end": 3580,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 21
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 3555,
                                                      "end": 3577,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 43
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3555,
                                                        "end": 3572,
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 38
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3555,
                                                          "end": 3566,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 32
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3555,
                                                            "end": 3558,
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 24
                                                              },
                                                              "identifierName": "row"
                                                            },
                                                            "name": "row"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3559,
                                                            "end": 3566,
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 32
                                                              },
                                                              "identifierName": "relname"
                                                            },
                                                            "name": "relname"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3567,
                                                          "end": 3572,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 38
                                                            },
                                                            "identifierName": "split"
                                                          },
                                                          "name": "split"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "StringLiteral",
                                                          "start": 3573,
                                                          "end": 3576,
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 42
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": "_",
                                                            "raw": "'_'"
                                                          },
                                                          "value": "_"
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "NumericLiteral",
                                                      "start": 3578,
                                                      "end": 3579,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 45
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ],
                                              "extra": {
                                                "parenthesized": true,
                                                "parenStart": 3502
                                              }
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "start": 3607,
                                  "end": 3685,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 3611,
                                    "end": 3627,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 33
                                      },
                                      "identifierName": "isTableNameQuery"
                                    },
                                    "name": "isTableNameQuery"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3629,
                                    "end": 3685,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 3639,
                                        "end": 3677,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 46
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 3646,
                                          "end": 3676,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 45
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3646,
                                            "end": 3654,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 23
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3646,
                                              "end": 3650,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 19
                                                },
                                                "identifierName": "rows"
                                              },
                                              "name": "rows"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3651,
                                              "end": 3654,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 23
                                                },
                                                "identifierName": "map"
                                              },
                                              "name": "map"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 3655,
                                              "end": 3675,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 44
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": true,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3655,
                                                  "end": 3658,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 27
                                                    },
                                                    "identifierName": "row"
                                                  },
                                                  "name": "row"
                                                }
                                              ],
                                              "body": {
                                                "type": "CallExpression",
                                                "start": 3662,
                                                "end": 3675,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 44
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3662,
                                                  "end": 3670,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3662,
                                                    "end": 3663,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 32
                                                      },
                                                      "identifierName": "_"
                                                    },
                                                    "name": "_"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3664,
                                                    "end": 3670,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 39
                                                      },
                                                      "identifierName": "values"
                                                    },
                                                    "name": "values"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3671,
                                                    "end": 3674,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 43
                                                      },
                                                      "identifierName": "row"
                                                    },
                                                    "name": "row"
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 3693,
                                "end": 4108,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "LogicalExpression",
                                  "start": 3697,
                                  "end": 3756,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 69
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 3697,
                                    "end": 3704,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 17
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3697,
                                      "end": 3701,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 14
                                        },
                                        "identifierName": "rows"
                                      },
                                      "name": "rows"
                                    },
                                    "property": {
                                      "type": "NumericLiteral",
                                      "start": 3702,
                                      "end": 3703,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 16
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    },
                                    "computed": true
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 3708,
                                    "end": 3756,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 69
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3708,
                                      "end": 3742,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 55
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3708,
                                        "end": 3715,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3708,
                                          "end": 3712,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 25
                                            },
                                            "identifierName": "rows"
                                          },
                                          "name": "rows"
                                        },
                                        "property": {
                                          "type": "NumericLiteral",
                                          "start": 3713,
                                          "end": 3714,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 27
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3716,
                                        "end": 3742,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 55
                                          },
                                          "identifierName": "sequelize_caught_exception"
                                        },
                                        "name": "sequelize_caught_exception"
                                      },
                                      "computed": false
                                    },
                                    "operator": "!==",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3747,
                                      "end": 3756,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 60
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 69
                                        },
                                        "identifierName": "undefined"
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3758,
                                  "end": 4108,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 3768,
                                      "end": 4100,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 3772,
                                        "end": 3815,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 55
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 3772,
                                          "end": 3806,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3772,
                                            "end": 3779,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 19
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3772,
                                              "end": 3776,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 16
                                                },
                                                "identifierName": "rows"
                                              },
                                              "name": "rows"
                                            },
                                            "property": {
                                              "type": "NumericLiteral",
                                              "start": 3777,
                                              "end": 3778,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 18
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3780,
                                            "end": 3806,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 46
                                              },
                                              "identifierName": "sequelize_caught_exception"
                                            },
                                            "name": "sequelize_caught_exception"
                                          },
                                          "computed": false
                                        },
                                        "operator": "!==",
                                        "right": {
                                          "type": "NullLiteral",
                                          "start": 3811,
                                          "end": 3815,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 55
                                            }
                                          }
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 3817,
                                        "end": 3959,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ThrowStatement",
                                            "start": 3829,
                                            "end": 3949,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 13
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 3835,
                                              "end": 3948,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 129,
                                                  "column": 12
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3835,
                                                "end": 3851,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 3835,
                                                  "end": 3839,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3840,
                                                  "end": 3851,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 32
                                                    },
                                                    "identifierName": "formatError"
                                                  },
                                                  "name": "formatError"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 3852,
                                                  "end": 3947,
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 11
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 3866,
                                                      "end": 3879,
                                                      "loc": {
                                                        "start": {
                                                          "line": 127,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 127,
                                                          "column": 25
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 3866,
                                                        "end": 3870,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 16
                                                          },
                                                          "identifierName": "code"
                                                        },
                                                        "name": "code"
                                                      },
                                                      "value": {
                                                        "type": "StringLiteral",
                                                        "start": 3872,
                                                        "end": 3879,
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 25
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "23505",
                                                          "raw": "'23505'"
                                                        },
                                                        "value": "23505"
                                                      }
                                                    },
                                                    {
                                                      "type": "ObjectProperty",
                                                      "start": 3893,
                                                      "end": 3935,
                                                      "loc": {
                                                        "start": {
                                                          "line": 128,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 128,
                                                          "column": 54
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 3893,
                                                        "end": 3899,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 18
                                                          },
                                                          "identifierName": "detail"
                                                        },
                                                        "name": "detail"
                                                      },
                                                      "value": {
                                                        "type": "MemberExpression",
                                                        "start": 3901,
                                                        "end": 3935,
                                                        "loc": {
                                                          "start": {
                                                            "line": 128,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 128,
                                                            "column": 54
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3901,
                                                          "end": 3908,
                                                          "loc": {
                                                            "start": {
                                                              "line": 128,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 128,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3901,
                                                            "end": 3905,
                                                            "loc": {
                                                              "start": {
                                                                "line": 128,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 128,
                                                                "column": 24
                                                              },
                                                              "identifierName": "rows"
                                                            },
                                                            "name": "rows"
                                                          },
                                                          "property": {
                                                            "type": "NumericLiteral",
                                                            "start": 3906,
                                                            "end": 3907,
                                                            "loc": {
                                                              "start": {
                                                                "line": 128,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 128,
                                                                "column": 26
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": 0,
                                                              "raw": "0"
                                                            },
                                                            "value": 0
                                                          },
                                                          "computed": true
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3909,
                                                          "end": 3935,
                                                          "loc": {
                                                            "start": {
                                                              "line": 128,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 128,
                                                              "column": 54
                                                            },
                                                            "identifierName": "sequelize_caught_exception"
                                                          },
                                                          "name": "sequelize_caught_exception"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "BlockStatement",
                                        "start": 3965,
                                        "end": 4100,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3977,
                                            "end": 4090,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 13
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 3977,
                                              "end": 4089,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 12
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 3977,
                                                "end": 3981,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 14
                                                  },
                                                  "identifierName": "rows"
                                                },
                                                "name": "rows"
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 3984,
                                                "end": 4089,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 12
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3984,
                                                  "end": 3992,
                                                  "loc": {
                                                    "start": {
                                                      "line": 131,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 131,
                                                      "column": 25
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3984,
                                                    "end": 3988,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 21
                                                      },
                                                      "identifierName": "rows"
                                                    },
                                                    "name": "rows"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3989,
                                                    "end": 3992,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 131,
                                                        "column": 25
                                                      },
                                                      "identifierName": "map"
                                                    },
                                                    "name": "map"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 3993,
                                                    "end": 4088,
                                                    "loc": {
                                                      "start": {
                                                        "line": 131,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 11
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3993,
                                                        "end": 3996,
                                                        "loc": {
                                                          "start": {
                                                            "line": 131,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 131,
                                                            "column": 29
                                                          },
                                                          "identifierName": "row"
                                                        },
                                                        "name": "row"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 4000,
                                                      "end": 4088,
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 4014,
                                                          "end": 4052,
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 50
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "UnaryExpression",
                                                            "start": 4014,
                                                            "end": 4051,
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 49
                                                              }
                                                            },
                                                            "operator": "delete",
                                                            "prefix": true,
                                                            "argument": {
                                                              "type": "MemberExpression",
                                                              "start": 4021,
                                                              "end": 4051,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 132,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 132,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 4021,
                                                                "end": 4024,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 132,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 22
                                                                  },
                                                                  "identifierName": "row"
                                                                },
                                                                "name": "row"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4025,
                                                                "end": 4051,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 132,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 49
                                                                  },
                                                                  "identifierName": "sequelize_caught_exception"
                                                                },
                                                                "name": "sequelize_caught_exception"
                                                              },
                                                              "computed": false
                                                            },
                                                            "extra": {
                                                              "parenthesizedArgument": false
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ReturnStatement",
                                                          "start": 4065,
                                                          "end": 4076,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 23
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 4072,
                                                            "end": 4075,
                                                            "loc": {
                                                              "start": {
                                                                "line": 133,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 133,
                                                                "column": 22
                                                              },
                                                              "identifierName": "row"
                                                            },
                                                            "name": "row"
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "IfStatement",
                                "start": 4116,
                                "end": 9696,
                                "loc": {
                                  "start": {
                                    "line": 138,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 278,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "CallExpression",
                                  "start": 4120,
                                  "end": 4145,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 35
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4120,
                                    "end": 4143,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 33
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4120,
                                      "end": 4124,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4125,
                                      "end": 4143,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 33
                                        },
                                        "identifierName": "isShowIndexesQuery"
                                      },
                                      "name": "isShowIndexesQuery"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 4147,
                                  "end": 5463,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 171,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ForOfStatement",
                                      "start": 4157,
                                      "end": 5431,
                                      "loc": {
                                        "start": {
                                          "line": 139,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 9
                                        }
                                      },
                                      "left": {
                                        "type": "VariableDeclaration",
                                        "start": 4162,
                                        "end": 4174,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 25
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 4168,
                                            "end": 4174,
                                            "loc": {
                                              "start": {
                                                "line": 139,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 139,
                                                "column": 25
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 4168,
                                              "end": 4174,
                                              "loc": {
                                                "start": {
                                                  "line": 139,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 139,
                                                  "column": 25
                                                },
                                                "identifierName": "result"
                                              },
                                              "name": "result"
                                            },
                                            "init": null
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "start": 4178,
                                        "end": 4185,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 139,
                                            "column": 36
                                          },
                                          "identifierName": "results"
                                        },
                                        "name": "results"
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 4187,
                                        "end": 5431,
                                        "loc": {
                                          "start": {
                                            "line": 139,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 4199,
                                            "end": 4292,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 103
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 4205,
                                                "end": 4291,
                                                "loc": {
                                                  "start": {
                                                    "line": 140,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 140,
                                                    "column": 102
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 4205,
                                                  "end": 4215,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 26
                                                    },
                                                    "identifierName": "attributes"
                                                  },
                                                  "name": "attributes"
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 4218,
                                                  "end": 4291,
                                                  "loc": {
                                                    "start": {
                                                      "line": 140,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 140,
                                                      "column": 102
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4218,
                                                    "end": 4286,
                                                    "loc": {
                                                      "start": {
                                                        "line": 140,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 140,
                                                        "column": 97
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 4218,
                                                      "end": 4280,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 91
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 4218,
                                                        "end": 4277,
                                                        "loc": {
                                                          "start": {
                                                            "line": 140,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 140,
                                                            "column": 88
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4218,
                                                          "end": 4258,
                                                          "loc": {
                                                            "start": {
                                                              "line": 140,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 140,
                                                              "column": 69
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "RegExpLiteral",
                                                            "start": 4218,
                                                            "end": 4253,
                                                            "loc": {
                                                              "start": {
                                                                "line": 140,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 140,
                                                                "column": 64
                                                              }
                                                            },
                                                            "extra": {
                                                              "raw": "/ON .*? (?:USING .*?\\s)?\\((.*)\\)/gi"
                                                            },
                                                            "pattern": "ON .*? (?:USING .*?\\s)?\\((.*)\\)",
                                                            "flags": "gi"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4254,
                                                            "end": 4258,
                                                            "loc": {
                                                              "start": {
                                                                "line": 140,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 140,
                                                                "column": 69
                                                              },
                                                              "identifierName": "exec"
                                                            },
                                                            "name": "exec"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 4259,
                                                            "end": 4276,
                                                            "loc": {
                                                              "start": {
                                                                "line": 140,
                                                                "column": 70
                                                              },
                                                              "end": {
                                                                "line": 140,
                                                                "column": 87
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4259,
                                                              "end": 4265,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 140,
                                                                  "column": 70
                                                                },
                                                                "end": {
                                                                  "line": 140,
                                                                  "column": 76
                                                                },
                                                                "identifierName": "result"
                                                              },
                                                              "name": "result"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4266,
                                                              "end": 4276,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 140,
                                                                  "column": 77
                                                                },
                                                                "end": {
                                                                  "line": 140,
                                                                  "column": 87
                                                                },
                                                                "identifierName": "definition"
                                                              },
                                                              "name": "definition"
                                                            },
                                                            "computed": false
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "NumericLiteral",
                                                        "start": 4278,
                                                        "end": 4279,
                                                        "loc": {
                                                          "start": {
                                                            "line": 140,
                                                            "column": 89
                                                          },
                                                          "end": {
                                                            "line": 140,
                                                            "column": 90
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        },
                                                        "value": 1
                                                      },
                                                      "computed": true
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4281,
                                                      "end": 4286,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 92
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 97
                                                        },
                                                        "identifierName": "split"
                                                      },
                                                      "name": "split"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "StringLiteral",
                                                      "start": 4287,
                                                      "end": 4290,
                                                      "loc": {
                                                        "start": {
                                                          "line": 140,
                                                          "column": 98
                                                        },
                                                        "end": {
                                                          "line": 140,
                                                          "column": 101
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": ",",
                                                        "raw": "','"
                                                      },
                                                      "value": ","
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "kind": "const",
                                            "trailingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Map column index in table to column name",
                                                "start": 4304,
                                                "end": 4347,
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 142,
                                                    "column": 53
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 4358,
                                            "end": 4522,
                                            "loc": {
                                              "start": {
                                                "line": 143,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 12
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 4364,
                                                "end": 4521,
                                                "loc": {
                                                  "start": {
                                                    "line": 143,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 11
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 4364,
                                                  "end": 4371,
                                                  "loc": {
                                                    "start": {
                                                      "line": 143,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 143,
                                                      "column": 23
                                                    },
                                                    "identifierName": "columns"
                                                  },
                                                  "name": "columns",
                                                  "leadingComments": null
                                                },
                                                "init": {
                                                  "type": "CallExpression",
                                                  "start": 4374,
                                                  "end": 4521,
                                                  "loc": {
                                                    "start": {
                                                      "line": 143,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 146,
                                                      "column": 11
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4374,
                                                    "end": 4385,
                                                    "loc": {
                                                      "start": {
                                                        "line": 143,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4374,
                                                      "end": 4375,
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 143,
                                                          "column": 27
                                                        },
                                                        "identifierName": "_"
                                                      },
                                                      "name": "_"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4376,
                                                      "end": 4385,
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 143,
                                                          "column": 37
                                                        },
                                                        "identifierName": "zipObject"
                                                      },
                                                      "name": "zipObject"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 4399,
                                                      "end": 4420,
                                                      "loc": {
                                                        "start": {
                                                          "line": 144,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 144,
                                                          "column": 33
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4399,
                                                        "end": 4405,
                                                        "loc": {
                                                          "start": {
                                                            "line": 144,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 18
                                                          },
                                                          "identifierName": "result"
                                                        },
                                                        "name": "result"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4406,
                                                        "end": 4420,
                                                        "loc": {
                                                          "start": {
                                                            "line": 144,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 144,
                                                            "column": 33
                                                          },
                                                          "identifierName": "column_indexes"
                                                        },
                                                        "name": "column_indexes"
                                                      },
                                                      "computed": false
                                                    },
                                                    {
                                                      "type": "CallExpression",
                                                      "start": 4434,
                                                      "end": 4509,
                                                      "loc": {
                                                        "start": {
                                                          "line": 145,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 145,
                                                          "column": 87
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4434,
                                                        "end": 4488,
                                                        "loc": {
                                                          "start": {
                                                            "line": 145,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 145,
                                                            "column": 66
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4434,
                                                          "end": 4478,
                                                          "loc": {
                                                            "start": {
                                                              "line": 145,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 145,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4434,
                                                            "end": 4463,
                                                            "loc": {
                                                              "start": {
                                                                "line": 145,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 145,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 4434,
                                                              "end": 4448,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 145,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 145,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 4434,
                                                                "end": 4438,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 145,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 145,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 4439,
                                                                "end": 4448,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 145,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 145,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "sequelize"
                                                                },
                                                                "name": "sequelize"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4449,
                                                              "end": 4463,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 145,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 145,
                                                                  "column": 41
                                                                },
                                                                "identifierName": "queryInterface"
                                                              },
                                                              "name": "queryInterface"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4464,
                                                            "end": 4478,
                                                            "loc": {
                                                              "start": {
                                                                "line": 145,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 145,
                                                                "column": 56
                                                              },
                                                              "identifierName": "QueryGenerator"
                                                            },
                                                            "name": "QueryGenerator"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4479,
                                                          "end": 4488,
                                                          "loc": {
                                                            "start": {
                                                              "line": 145,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 145,
                                                              "column": 66
                                                            },
                                                            "identifierName": "fromArray"
                                                          },
                                                          "name": "fromArray"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 4489,
                                                          "end": 4508,
                                                          "loc": {
                                                            "start": {
                                                              "line": 145,
                                                              "column": 67
                                                            },
                                                            "end": {
                                                              "line": 145,
                                                              "column": 86
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4489,
                                                            "end": 4495,
                                                            "loc": {
                                                              "start": {
                                                                "line": 145,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 145,
                                                                "column": 73
                                                              },
                                                              "identifierName": "result"
                                                            },
                                                            "name": "result"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4496,
                                                            "end": 4508,
                                                            "loc": {
                                                              "start": {
                                                                "line": 145,
                                                                "column": 74
                                                              },
                                                              "end": {
                                                                "line": 145,
                                                                "column": 86
                                                              },
                                                              "identifierName": "column_names"
                                                            },
                                                            "name": "column_names"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                },
                                                "leadingComments": null
                                              }
                                            ],
                                            "kind": "const",
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Map column index in table to column name",
                                                "start": 4304,
                                                "end": 4347,
                                                "loc": {
                                                  "start": {
                                                    "line": 142,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 142,
                                                    "column": 53
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4533,
                                            "end": 4562,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 39
                                              }
                                            },
                                            "expression": {
                                              "type": "UnaryExpression",
                                              "start": 4533,
                                              "end": 4561,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 38
                                                }
                                              },
                                              "operator": "delete",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 4540,
                                                "end": 4561,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4540,
                                                  "end": 4546,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 23
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4547,
                                                  "end": 4561,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 147,
                                                      "column": 38
                                                    },
                                                    "identifierName": "column_indexes"
                                                  },
                                                  "name": "column_indexes"
                                                },
                                                "computed": false
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4573,
                                            "end": 4600,
                                            "loc": {
                                              "start": {
                                                "line": 148,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 148,
                                                "column": 37
                                              }
                                            },
                                            "expression": {
                                              "type": "UnaryExpression",
                                              "start": 4573,
                                              "end": 4599,
                                              "loc": {
                                                "start": {
                                                  "line": 148,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 148,
                                                  "column": 36
                                                }
                                              },
                                              "operator": "delete",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 4580,
                                                "end": 4599,
                                                "loc": {
                                                  "start": {
                                                    "line": 148,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 148,
                                                    "column": 36
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4580,
                                                  "end": 4586,
                                                  "loc": {
                                                    "start": {
                                                      "line": 148,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 148,
                                                      "column": 23
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4587,
                                                  "end": 4599,
                                                  "loc": {
                                                    "start": {
                                                      "line": 148,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 148,
                                                      "column": 36
                                                    },
                                                    "identifierName": "column_names"
                                                  },
                                                  "name": "column_names"
                                                },
                                                "computed": false
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            }
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 4612,
                                            "end": 4622,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 20
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 4616,
                                                "end": 4621,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 19
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 4616,
                                                  "end": 4621,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 19
                                                    },
                                                    "identifierName": "field"
                                                  },
                                                  "name": "field"
                                                },
                                                "init": null
                                              }
                                            ],
                                            "kind": "let"
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 4633,
                                            "end": 4647,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 24
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 4637,
                                                "end": 4646,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 23
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 4637,
                                                  "end": 4646,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 23
                                                    },
                                                    "identifierName": "attribute"
                                                  },
                                                  "name": "attribute"
                                                },
                                                "init": null
                                              }
                                            ],
                                            "kind": "let",
                                            "trailingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Indkey is the order of attributes in the index, specified by a string of attribute indexes",
                                                "start": 4659,
                                                "end": 4752,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 103
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4763,
                                            "end": 5388,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 167,
                                                "column": 37
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 4763,
                                              "end": 5387,
                                              "loc": {
                                                "start": {
                                                  "line": 154,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 167,
                                                  "column": 36
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 4763,
                                                "end": 4776,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 23
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4763,
                                                  "end": 4769,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 16
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result",
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4770,
                                                  "end": 4776,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 23
                                                    },
                                                    "identifierName": "fields"
                                                  },
                                                  "name": "fields"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 4779,
                                                "end": 5387,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 167,
                                                    "column": 36
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4779,
                                                  "end": 5370,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 167,
                                                      "column": 19
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 4779,
                                                    "end": 5363,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 12
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4779,
                                                      "end": 4807,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 54
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 4779,
                                                        "end": 4803,
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 50
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 4779,
                                                          "end": 4798,
                                                          "loc": {
                                                            "start": {
                                                              "line": 154,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 154,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 4779,
                                                            "end": 4792,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 39
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4779,
                                                              "end": 4785,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "result"
                                                              },
                                                              "name": "result"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4786,
                                                              "end": 4792,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 39
                                                                },
                                                                "identifierName": "indkey"
                                                              },
                                                              "name": "indkey"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4793,
                                                            "end": 4798,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 45
                                                              },
                                                              "identifierName": "split"
                                                            },
                                                            "name": "split"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "StringLiteral",
                                                            "start": 4799,
                                                            "end": 4802,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 49
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": " ",
                                                              "raw": "' '"
                                                            },
                                                            "value": " "
                                                          }
                                                        ]
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4804,
                                                        "end": 4807,
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 54
                                                          },
                                                          "identifierName": "map"
                                                        },
                                                        "name": "map"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 4808,
                                                        "end": 5362,
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4809,
                                                            "end": 4815,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 62
                                                              },
                                                              "identifierName": "indKey"
                                                            },
                                                            "name": "indKey"
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 4817,
                                                            "end": 4822,
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 64
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 69
                                                              },
                                                              "identifierName": "index"
                                                            },
                                                            "name": "index"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 4827,
                                                          "end": 5362,
                                                          "loc": {
                                                            "start": {
                                                              "line": 154,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 167,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 4841,
                                                              "end": 4865,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 4841,
                                                                "end": 4864,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "start": 4841,
                                                                  "end": 4846,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 17
                                                                    },
                                                                    "identifierName": "field"
                                                                  },
                                                                  "name": "field"
                                                                },
                                                                "right": {
                                                                  "type": "MemberExpression",
                                                                  "start": 4849,
                                                                  "end": 4864,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 4849,
                                                                    "end": 4856,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 155,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 27
                                                                      },
                                                                      "identifierName": "columns"
                                                                    },
                                                                    "name": "columns"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 4857,
                                                                    "end": 4863,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 155,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 34
                                                                      },
                                                                      "identifierName": "indKey"
                                                                    },
                                                                    "name": "indKey"
                                                                  },
                                                                  "computed": true
                                                                }
                                                              },
                                                              "trailingComments": [
                                                                {
                                                                  "type": "CommentLine",
                                                                  "value": " for functional indices indKey = 0",
                                                                  "start": 4878,
                                                                  "end": 4914,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 48
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "type": "IfStatement",
                                                              "start": 4927,
                                                              "end": 4980,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 13
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "UnaryExpression",
                                                                "start": 4930,
                                                                "end": 4936,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 15
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 21
                                                                  }
                                                                },
                                                                "operator": "!",
                                                                "prefix": true,
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 4931,
                                                                  "end": 4936,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 21
                                                                    },
                                                                    "identifierName": "field"
                                                                  },
                                                                  "name": "field",
                                                                  "leadingComments": null
                                                                },
                                                                "extra": {
                                                                  "parenthesizedArgument": false
                                                                },
                                                                "leadingComments": null
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "start": 4938,
                                                                "end": 4980,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ReturnStatement",
                                                                    "start": 4954,
                                                                    "end": 4966,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 158,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 158,
                                                                        "column": 26
                                                                      }
                                                                    },
                                                                    "argument": {
                                                                      "type": "NullLiteral",
                                                                      "start": 4961,
                                                                      "end": 4965,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 158,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 158,
                                                                          "column": 25
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "directives": []
                                                              },
                                                              "alternate": null,
                                                              "leadingComments": [
                                                                {
                                                                  "type": "CommentLine",
                                                                  "value": " for functional indices indKey = 0",
                                                                  "start": 4878,
                                                                  "end": 4914,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 48
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 4993,
                                                              "end": 5023,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 160,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 160,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 4993,
                                                                "end": 5022,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 160,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 160,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "Identifier",
                                                                  "start": 4993,
                                                                  "end": 5002,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 160,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 160,
                                                                      "column": 21
                                                                    },
                                                                    "identifierName": "attribute"
                                                                  },
                                                                  "name": "attribute"
                                                                },
                                                                "right": {
                                                                  "type": "MemberExpression",
                                                                  "start": 5005,
                                                                  "end": 5022,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 160,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 160,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 5005,
                                                                    "end": 5015,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 160,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 160,
                                                                        "column": 34
                                                                      },
                                                                      "identifierName": "attributes"
                                                                    },
                                                                    "name": "attributes"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5016,
                                                                    "end": 5021,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 160,
                                                                        "column": 35
                                                                      },
                                                                      "end": {
                                                                        "line": 160,
                                                                        "column": 40
                                                                      },
                                                                      "identifierName": "index"
                                                                    },
                                                                    "name": "index"
                                                                  },
                                                                  "computed": true
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "ReturnStatement",
                                                              "start": 5036,
                                                              "end": 5350,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 161,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 166,
                                                                  "column": 14
                                                                }
                                                              },
                                                              "argument": {
                                                                "type": "ObjectExpression",
                                                                "start": 5043,
                                                                "end": 5349,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 161,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 166,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "properties": [
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5059,
                                                                    "end": 5075,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 162,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 162,
                                                                        "column": 30
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5059,
                                                                      "end": 5068,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 162,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 162,
                                                                          "column": 23
                                                                        },
                                                                        "identifierName": "attribute"
                                                                      },
                                                                      "name": "attribute"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 5070,
                                                                      "end": 5075,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 162,
                                                                          "column": 25
                                                                        },
                                                                        "end": {
                                                                          "line": 162,
                                                                          "column": 30
                                                                        },
                                                                        "identifierName": "field"
                                                                      },
                                                                      "name": "field"
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5091,
                                                                    "end": 5185,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 163,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 163,
                                                                        "column": 108
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5091,
                                                                      "end": 5098,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 163,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 163,
                                                                          "column": 21
                                                                        },
                                                                        "identifierName": "collate"
                                                                      },
                                                                      "name": "collate"
                                                                    },
                                                                    "value": {
                                                                      "type": "ConditionalExpression",
                                                                      "start": 5100,
                                                                      "end": 5185,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 163,
                                                                          "column": 23
                                                                        },
                                                                        "end": {
                                                                          "line": 163,
                                                                          "column": 108
                                                                        }
                                                                      },
                                                                      "test": {
                                                                        "type": "CallExpression",
                                                                        "start": 5100,
                                                                        "end": 5134,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 163,
                                                                            "column": 23
                                                                          },
                                                                          "end": {
                                                                            "line": 163,
                                                                            "column": 57
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 5100,
                                                                          "end": 5115,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 163,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 163,
                                                                              "column": 38
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 5100,
                                                                            "end": 5109,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 163,
                                                                                "column": 23
                                                                              },
                                                                              "end": {
                                                                                "line": 163,
                                                                                "column": 32
                                                                              },
                                                                              "identifierName": "attribute"
                                                                            },
                                                                            "name": "attribute"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 5110,
                                                                            "end": 5115,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 163,
                                                                                "column": 33
                                                                              },
                                                                              "end": {
                                                                                "line": 163,
                                                                                "column": 38
                                                                              },
                                                                              "identifierName": "match"
                                                                            },
                                                                            "name": "match"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "RegExpLiteral",
                                                                            "start": 5116,
                                                                            "end": 5133,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 163,
                                                                                "column": 39
                                                                              },
                                                                              "end": {
                                                                                "line": 163,
                                                                                "column": 56
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "raw": "/COLLATE \"(.*?)\"/"
                                                                            },
                                                                            "pattern": "COLLATE \"(.*?)\"",
                                                                            "flags": ""
                                                                          }
                                                                        ]
                                                                      },
                                                                      "consequent": {
                                                                        "type": "MemberExpression",
                                                                        "start": 5137,
                                                                        "end": 5173,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 163,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 163,
                                                                            "column": 96
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "CallExpression",
                                                                          "start": 5137,
                                                                          "end": 5170,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 163,
                                                                              "column": 60
                                                                            },
                                                                            "end": {
                                                                              "line": 163,
                                                                              "column": 93
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5137,
                                                                            "end": 5159,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 163,
                                                                                "column": 60
                                                                              },
                                                                              "end": {
                                                                                "line": 163,
                                                                                "column": 82
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "RegExpLiteral",
                                                                              "start": 5137,
                                                                              "end": 5154,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 163,
                                                                                  "column": 60
                                                                                },
                                                                                "end": {
                                                                                  "line": 163,
                                                                                  "column": 77
                                                                                }
                                                                              },
                                                                              "extra": {
                                                                                "raw": "/COLLATE \"(.*?)\"/"
                                                                              },
                                                                              "pattern": "COLLATE \"(.*?)\"",
                                                                              "flags": ""
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5155,
                                                                              "end": 5159,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 163,
                                                                                  "column": 78
                                                                                },
                                                                                "end": {
                                                                                  "line": 163,
                                                                                  "column": 82
                                                                                },
                                                                                "identifierName": "exec"
                                                                              },
                                                                              "name": "exec"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 5160,
                                                                              "end": 5169,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 163,
                                                                                  "column": 83
                                                                                },
                                                                                "end": {
                                                                                  "line": 163,
                                                                                  "column": 92
                                                                                },
                                                                                "identifierName": "attribute"
                                                                              },
                                                                              "name": "attribute"
                                                                            }
                                                                          ]
                                                                        },
                                                                        "property": {
                                                                          "type": "NumericLiteral",
                                                                          "start": 5171,
                                                                          "end": 5172,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 163,
                                                                              "column": 94
                                                                            },
                                                                            "end": {
                                                                              "line": 163,
                                                                              "column": 95
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "rawValue": 1,
                                                                            "raw": "1"
                                                                          },
                                                                          "value": 1
                                                                        },
                                                                        "computed": true
                                                                      },
                                                                      "alternate": {
                                                                        "type": "Identifier",
                                                                        "start": 5176,
                                                                        "end": 5185,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 163,
                                                                            "column": 99
                                                                          },
                                                                          "end": {
                                                                            "line": 163,
                                                                            "column": 108
                                                                          },
                                                                          "identifierName": "undefined"
                                                                        },
                                                                        "name": "undefined"
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5201,
                                                                    "end": 5302,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 164,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 164,
                                                                        "column": 115
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5201,
                                                                      "end": 5206,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 164,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 164,
                                                                          "column": 19
                                                                        },
                                                                        "identifierName": "order"
                                                                      },
                                                                      "name": "order"
                                                                    },
                                                                    "value": {
                                                                      "type": "ConditionalExpression",
                                                                      "start": 5208,
                                                                      "end": 5302,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 164,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 164,
                                                                          "column": 115
                                                                        }
                                                                      },
                                                                      "test": {
                                                                        "type": "BinaryExpression",
                                                                        "start": 5208,
                                                                        "end": 5240,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 164,
                                                                            "column": 21
                                                                          },
                                                                          "end": {
                                                                            "line": 164,
                                                                            "column": 53
                                                                          }
                                                                        },
                                                                        "left": {
                                                                          "type": "CallExpression",
                                                                          "start": 5208,
                                                                          "end": 5233,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 164,
                                                                              "column": 21
                                                                            },
                                                                            "end": {
                                                                              "line": 164,
                                                                              "column": 46
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5208,
                                                                            "end": 5225,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 164,
                                                                                "column": 21
                                                                              },
                                                                              "end": {
                                                                                "line": 164,
                                                                                "column": 38
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 5208,
                                                                              "end": 5217,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 164,
                                                                                  "column": 21
                                                                                },
                                                                                "end": {
                                                                                  "line": 164,
                                                                                  "column": 30
                                                                                },
                                                                                "identifierName": "attribute"
                                                                              },
                                                                              "name": "attribute"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5218,
                                                                              "end": 5225,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 164,
                                                                                  "column": 31
                                                                                },
                                                                                "end": {
                                                                                  "line": 164,
                                                                                  "column": 38
                                                                                },
                                                                                "identifierName": "indexOf"
                                                                              },
                                                                              "name": "indexOf"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "StringLiteral",
                                                                              "start": 5226,
                                                                              "end": 5232,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 164,
                                                                                  "column": 39
                                                                                },
                                                                                "end": {
                                                                                  "line": 164,
                                                                                  "column": 45
                                                                                }
                                                                              },
                                                                              "extra": {
                                                                                "rawValue": "DESC",
                                                                                "raw": "'DESC'"
                                                                              },
                                                                              "value": "DESC"
                                                                            }
                                                                          ]
                                                                        },
                                                                        "operator": "!==",
                                                                        "right": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 5238,
                                                                          "end": 5240,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 164,
                                                                              "column": 51
                                                                            },
                                                                            "end": {
                                                                              "line": 164,
                                                                              "column": 53
                                                                            }
                                                                          },
                                                                          "operator": "-",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "NumericLiteral",
                                                                            "start": 5239,
                                                                            "end": 5240,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 164,
                                                                                "column": 52
                                                                              },
                                                                              "end": {
                                                                                "line": 164,
                                                                                "column": 53
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": 1,
                                                                              "raw": "1"
                                                                            },
                                                                            "value": 1
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      },
                                                                      "consequent": {
                                                                        "type": "StringLiteral",
                                                                        "start": 5243,
                                                                        "end": 5249,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 164,
                                                                            "column": 56
                                                                          },
                                                                          "end": {
                                                                            "line": 164,
                                                                            "column": 62
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": "DESC",
                                                                          "raw": "'DESC'"
                                                                        },
                                                                        "value": "DESC"
                                                                      },
                                                                      "alternate": {
                                                                        "type": "ConditionalExpression",
                                                                        "start": 5252,
                                                                        "end": 5302,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 164,
                                                                            "column": 65
                                                                          },
                                                                          "end": {
                                                                            "line": 164,
                                                                            "column": 115
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 5252,
                                                                          "end": 5283,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 164,
                                                                              "column": 65
                                                                            },
                                                                            "end": {
                                                                              "line": 164,
                                                                              "column": 96
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "CallExpression",
                                                                            "start": 5252,
                                                                            "end": 5276,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 164,
                                                                                "column": 65
                                                                              },
                                                                              "end": {
                                                                                "line": 164,
                                                                                "column": 89
                                                                              }
                                                                            },
                                                                            "callee": {
                                                                              "type": "MemberExpression",
                                                                              "start": 5252,
                                                                              "end": 5269,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 164,
                                                                                  "column": 65
                                                                                },
                                                                                "end": {
                                                                                  "line": 164,
                                                                                  "column": 82
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 5252,
                                                                                "end": 5261,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 164,
                                                                                    "column": 65
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 164,
                                                                                    "column": 74
                                                                                  },
                                                                                  "identifierName": "attribute"
                                                                                },
                                                                                "name": "attribute"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 5262,
                                                                                "end": 5269,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 164,
                                                                                    "column": 75
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 164,
                                                                                    "column": 82
                                                                                  },
                                                                                  "identifierName": "indexOf"
                                                                                },
                                                                                "name": "indexOf"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "arguments": [
                                                                              {
                                                                                "type": "StringLiteral",
                                                                                "start": 5270,
                                                                                "end": 5275,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 164,
                                                                                    "column": 83
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 164,
                                                                                    "column": 88
                                                                                  }
                                                                                },
                                                                                "extra": {
                                                                                  "rawValue": "ASC",
                                                                                  "raw": "'ASC'"
                                                                                },
                                                                                "value": "ASC"
                                                                              }
                                                                            ]
                                                                          },
                                                                          "operator": "!==",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 5281,
                                                                            "end": 5283,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 164,
                                                                                "column": 94
                                                                              },
                                                                              "end": {
                                                                                "line": 164,
                                                                                "column": 96
                                                                              }
                                                                            },
                                                                            "operator": "-",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "NumericLiteral",
                                                                              "start": 5282,
                                                                              "end": 5283,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 164,
                                                                                  "column": 95
                                                                                },
                                                                                "end": {
                                                                                  "line": 164,
                                                                                  "column": 96
                                                                                }
                                                                              },
                                                                              "extra": {
                                                                                "rawValue": 1,
                                                                                "raw": "1"
                                                                              },
                                                                              "value": 1
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "StringLiteral",
                                                                          "start": 5286,
                                                                          "end": 5291,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 164,
                                                                              "column": 99
                                                                            },
                                                                            "end": {
                                                                              "line": 164,
                                                                              "column": 104
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "rawValue": "ASC",
                                                                            "raw": "'ASC'"
                                                                          },
                                                                          "value": "ASC"
                                                                        },
                                                                        "alternate": {
                                                                          "type": "Identifier",
                                                                          "start": 5293,
                                                                          "end": 5302,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 164,
                                                                              "column": 106
                                                                            },
                                                                            "end": {
                                                                              "line": 164,
                                                                              "column": 115
                                                                            },
                                                                            "identifierName": "undefined"
                                                                          },
                                                                          "name": "undefined"
                                                                        }
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "ObjectProperty",
                                                                    "start": 5318,
                                                                    "end": 5335,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 165,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 165,
                                                                        "column": 31
                                                                      }
                                                                    },
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "start": 5318,
                                                                      "end": 5324,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 165,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 165,
                                                                          "column": 20
                                                                        },
                                                                        "identifierName": "length"
                                                                      },
                                                                      "name": "length"
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "start": 5326,
                                                                      "end": 5335,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 165,
                                                                          "column": 22
                                                                        },
                                                                        "end": {
                                                                          "line": 165,
                                                                          "column": 31
                                                                        },
                                                                        "identifierName": "undefined"
                                                                      },
                                                                      "name": "undefined"
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5364,
                                                    "end": 5370,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 19
                                                      },
                                                      "identifierName": "filter"
                                                    },
                                                    "name": "filter"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 5371,
                                                    "end": 5386,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 35
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": true,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 5371,
                                                        "end": 5372,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 21
                                                          },
                                                          "identifierName": "n"
                                                        },
                                                        "name": "n"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BinaryExpression",
                                                      "start": 5376,
                                                      "end": 5386,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 35
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 5376,
                                                        "end": 5377,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 26
                                                          },
                                                          "identifierName": "n"
                                                        },
                                                        "name": "n"
                                                      },
                                                      "operator": "!==",
                                                      "right": {
                                                        "type": "NullLiteral",
                                                        "start": 5382,
                                                        "end": 5386,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 35
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              "leadingComments": null
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Indkey is the order of attributes in the index, specified by a string of attribute indexes",
                                                "start": 4659,
                                                "end": 4752,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 103
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 5399,
                                            "end": 5421,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 32
                                              }
                                            },
                                            "expression": {
                                              "type": "UnaryExpression",
                                              "start": 5399,
                                              "end": 5420,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 31
                                                }
                                              },
                                              "operator": "delete",
                                              "prefix": true,
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 5406,
                                                "end": 5420,
                                                "loc": {
                                                  "start": {
                                                    "line": 168,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 168,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5406,
                                                  "end": 5412,
                                                  "loc": {
                                                    "start": {
                                                      "line": 168,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 168,
                                                      "column": 23
                                                    },
                                                    "identifierName": "result"
                                                  },
                                                  "name": "result"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5413,
                                                  "end": 5420,
                                                  "loc": {
                                                    "start": {
                                                      "line": 168,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 168,
                                                      "column": 31
                                                    },
                                                    "identifierName": "columns"
                                                  },
                                                  "name": "columns"
                                                },
                                                "computed": false
                                              },
                                              "extra": {
                                                "parenthesizedArgument": false
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 5440,
                                      "end": 5455,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 23
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 5447,
                                        "end": 5454,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 22
                                          },
                                          "identifierName": "results"
                                        },
                                        "name": "results"
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": {
                                  "type": "IfStatement",
                                  "start": 5469,
                                  "end": 9696,
                                  "loc": {
                                    "start": {
                                      "line": 171,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 278,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 5473,
                                    "end": 5498,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 171,
                                        "column": 42
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5473,
                                      "end": 5496,
                                      "loc": {
                                        "start": {
                                          "line": 171,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 171,
                                          "column": 40
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5473,
                                        "end": 5477,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5478,
                                        "end": 5496,
                                        "loc": {
                                          "start": {
                                            "line": 171,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 171,
                                            "column": 40
                                          },
                                          "identifierName": "isForeignKeysQuery"
                                        },
                                        "name": "isForeignKeysQuery"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5500,
                                    "end": 6225,
                                    "loc": {
                                      "start": {
                                        "line": 171,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5510,
                                        "end": 5522,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 20
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5510,
                                          "end": 5521,
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 172,
                                              "column": 19
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 5510,
                                            "end": 5516,
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 14
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "right": {
                                            "type": "ArrayExpression",
                                            "start": 5519,
                                            "end": 5521,
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 19
                                              }
                                            },
                                            "elements": []
                                          }
                                        }
                                      },
                                      {
                                        "type": "ForOfStatement",
                                        "start": 5531,
                                        "end": 6194,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 9
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 5536,
                                          "end": 5545,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 22
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 5542,
                                              "end": 5545,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 22
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 5542,
                                                "end": 5545,
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 22
                                                  },
                                                  "identifierName": "row"
                                                },
                                                "name": "row"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "const"
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 5549,
                                          "end": 5553,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 30
                                            },
                                            "identifierName": "rows"
                                          },
                                          "name": "rows"
                                        },
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 5555,
                                          "end": 6194,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 188,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 5567,
                                              "end": 5580,
                                              "loc": {
                                                "start": {
                                                  "line": 174,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 174,
                                                  "column": 23
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 5571,
                                                  "end": 5579,
                                                  "loc": {
                                                    "start": {
                                                      "line": 174,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 174,
                                                      "column": 22
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 5571,
                                                    "end": 5579,
                                                    "loc": {
                                                      "start": {
                                                        "line": 174,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 174,
                                                        "column": 22
                                                      },
                                                      "identifierName": "defParts"
                                                    },
                                                    "name": "defParts"
                                                  },
                                                  "init": null
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 5591,
                                              "end": 6156,
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 186,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "LogicalExpression",
                                                "start": 5595,
                                                "end": 5782,
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 201
                                                  }
                                                },
                                                "left": {
                                                  "type": "BinaryExpression",
                                                  "start": 5595,
                                                  "end": 5619,
                                                  "loc": {
                                                    "start": {
                                                      "line": 175,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 175,
                                                      "column": 38
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 5595,
                                                    "end": 5605,
                                                    "loc": {
                                                      "start": {
                                                        "line": 175,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 175,
                                                        "column": 24
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5595,
                                                      "end": 5598,
                                                      "loc": {
                                                        "start": {
                                                          "line": 175,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 175,
                                                          "column": 17
                                                        },
                                                        "identifierName": "row"
                                                      },
                                                      "name": "row"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5599,
                                                      "end": 5605,
                                                      "loc": {
                                                        "start": {
                                                          "line": 175,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 175,
                                                          "column": 24
                                                        },
                                                        "identifierName": "condef"
                                                      },
                                                      "name": "condef"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "!==",
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 5610,
                                                    "end": 5619,
                                                    "loc": {
                                                      "start": {
                                                        "line": 175,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 175,
                                                        "column": 38
                                                      },
                                                      "identifierName": "undefined"
                                                    },
                                                    "name": "undefined"
                                                  }
                                                },
                                                "operator": "&&",
                                                "right": {
                                                  "type": "AssignmentExpression",
                                                  "start": 5624,
                                                  "end": 5781,
                                                  "loc": {
                                                    "start": {
                                                      "line": 175,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 175,
                                                      "column": 200
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 5624,
                                                    "end": 5632,
                                                    "loc": {
                                                      "start": {
                                                        "line": 175,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 175,
                                                        "column": 51
                                                      },
                                                      "identifierName": "defParts"
                                                    },
                                                    "name": "defParts"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 5635,
                                                    "end": 5781,
                                                    "loc": {
                                                      "start": {
                                                        "line": 175,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 175,
                                                        "column": 200
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5635,
                                                      "end": 5651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 175,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 175,
                                                          "column": 70
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 5635,
                                                        "end": 5645,
                                                        "loc": {
                                                          "start": {
                                                            "line": 175,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 175,
                                                            "column": 64
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5635,
                                                          "end": 5638,
                                                          "loc": {
                                                            "start": {
                                                              "line": 175,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 175,
                                                              "column": 57
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5639,
                                                          "end": 5645,
                                                          "loc": {
                                                            "start": {
                                                              "line": 175,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 175,
                                                              "column": 64
                                                            },
                                                            "identifierName": "condef"
                                                          },
                                                          "name": "condef"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5646,
                                                        "end": 5651,
                                                        "loc": {
                                                          "start": {
                                                            "line": 175,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 175,
                                                            "column": 70
                                                          },
                                                          "identifierName": "match"
                                                        },
                                                        "name": "match"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "RegExpLiteral",
                                                        "start": 5652,
                                                        "end": 5780,
                                                        "loc": {
                                                          "start": {
                                                            "line": 175,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 175,
                                                            "column": 199
                                                          }
                                                        },
                                                        "extra": {
                                                          "raw": "/FOREIGN KEY \\((.+)\\) REFERENCES (.+)\\((.+)\\)( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?/"
                                                        },
                                                        "pattern": "FOREIGN KEY \\((.+)\\) REFERENCES (.+)\\((.+)\\)( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?",
                                                        "flags": ""
                                                      }
                                                    ]
                                                  },
                                                  "extra": {
                                                    "parenthesized": true,
                                                    "parenStart": 5623
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 5784,
                                                "end": 6156,
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 203
                                                  },
                                                  "end": {
                                                    "line": 186,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5798,
                                                    "end": 5827,
                                                    "loc": {
                                                      "start": {
                                                        "line": 176,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 176,
                                                        "column": 41
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5798,
                                                      "end": 5826,
                                                      "loc": {
                                                        "start": {
                                                          "line": 176,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 176,
                                                          "column": 40
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 5798,
                                                        "end": 5804,
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 18
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5798,
                                                          "end": 5801,
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 15
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5802,
                                                          "end": 5804,
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 18
                                                            },
                                                            "identifierName": "id"
                                                          },
                                                          "name": "id"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 5807,
                                                        "end": 5826,
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 40
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5807,
                                                          "end": 5810,
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 24
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5811,
                                                          "end": 5826,
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 40
                                                            },
                                                            "identifierName": "constraint_name"
                                                          },
                                                          "name": "constraint_name"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5840,
                                                    "end": 5864,
                                                    "loc": {
                                                      "start": {
                                                        "line": 177,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 177,
                                                        "column": 36
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5840,
                                                      "end": 5863,
                                                      "loc": {
                                                        "start": {
                                                          "line": 177,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 177,
                                                          "column": 35
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 5840,
                                                        "end": 5849,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 21
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5840,
                                                          "end": 5843,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 15
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5844,
                                                          "end": 5849,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 21
                                                            },
                                                            "identifierName": "table"
                                                          },
                                                          "name": "table"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 5852,
                                                        "end": 5863,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5852,
                                                          "end": 5860,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 32
                                                            },
                                                            "identifierName": "defParts"
                                                          },
                                                          "name": "defParts"
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 5861,
                                                          "end": 5862,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 34
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 2,
                                                            "raw": "2"
                                                          },
                                                          "value": 2
                                                        },
                                                        "computed": true
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5877,
                                                    "end": 5900,
                                                    "loc": {
                                                      "start": {
                                                        "line": 178,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 178,
                                                        "column": 35
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5877,
                                                      "end": 5899,
                                                      "loc": {
                                                        "start": {
                                                          "line": 178,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 178,
                                                          "column": 34
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 5877,
                                                        "end": 5885,
                                                        "loc": {
                                                          "start": {
                                                            "line": 178,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 178,
                                                            "column": 20
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5877,
                                                          "end": 5880,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 15
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5881,
                                                          "end": 5885,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 20
                                                            },
                                                            "identifierName": "from"
                                                          },
                                                          "name": "from"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 5888,
                                                        "end": 5899,
                                                        "loc": {
                                                          "start": {
                                                            "line": 178,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 178,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5888,
                                                          "end": 5896,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 31
                                                            },
                                                            "identifierName": "defParts"
                                                          },
                                                          "name": "defParts"
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 5897,
                                                          "end": 5898,
                                                          "loc": {
                                                            "start": {
                                                              "line": 178,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 178,
                                                              "column": 33
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "value": 1
                                                        },
                                                        "computed": true
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 5913,
                                                    "end": 5934,
                                                    "loc": {
                                                      "start": {
                                                        "line": 179,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 179,
                                                        "column": 33
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5913,
                                                      "end": 5933,
                                                      "loc": {
                                                        "start": {
                                                          "line": 179,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 179,
                                                          "column": 32
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 5913,
                                                        "end": 5919,
                                                        "loc": {
                                                          "start": {
                                                            "line": 179,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 179,
                                                            "column": 18
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5913,
                                                          "end": 5916,
                                                          "loc": {
                                                            "start": {
                                                              "line": 179,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 179,
                                                              "column": 15
                                                            },
                                                            "identifierName": "row"
                                                          },
                                                          "name": "row"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5917,
                                                          "end": 5919,
                                                          "loc": {
                                                            "start": {
                                                              "line": 179,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 179,
                                                              "column": 18
                                                            },
                                                            "identifierName": "to"
                                                          },
                                                          "name": "to"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "start": 5922,
                                                        "end": 5933,
                                                        "loc": {
                                                          "start": {
                                                            "line": 179,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 179,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 5922,
                                                          "end": 5930,
                                                          "loc": {
                                                            "start": {
                                                              "line": 179,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 179,
                                                              "column": 29
                                                            },
                                                            "identifierName": "defParts"
                                                          },
                                                          "name": "defParts"
                                                        },
                                                        "property": {
                                                          "type": "NumericLiteral",
                                                          "start": 5931,
                                                          "end": 5932,
                                                          "loc": {
                                                            "start": {
                                                              "line": 179,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 179,
                                                              "column": 31
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 3,
                                                            "raw": "3"
                                                          },
                                                          "value": 3
                                                        },
                                                        "computed": true
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 5947,
                                                    "end": 5953,
                                                    "loc": {
                                                      "start": {
                                                        "line": 180,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 180,
                                                        "column": 18
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 5951,
                                                        "end": 5952,
                                                        "loc": {
                                                          "start": {
                                                            "line": 180,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 180,
                                                            "column": 17
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 5951,
                                                          "end": 5952,
                                                          "loc": {
                                                            "start": {
                                                              "line": 180,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 180,
                                                              "column": 17
                                                            },
                                                            "identifierName": "i"
                                                          },
                                                          "name": "i"
                                                        },
                                                        "init": null
                                                      }
                                                    ],
                                                    "kind": "let"
                                                  },
                                                  {
                                                    "type": "ForStatement",
                                                    "start": 5966,
                                                    "end": 6144,
                                                    "loc": {
                                                      "start": {
                                                        "line": 181,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 185,
                                                        "column": 13
                                                      }
                                                    },
                                                    "init": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5971,
                                                      "end": 5974,
                                                      "loc": {
                                                        "start": {
                                                          "line": 181,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 181,
                                                          "column": 20
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 5971,
                                                        "end": 5972,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 18
                                                          },
                                                          "identifierName": "i"
                                                        },
                                                        "name": "i"
                                                      },
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 5973,
                                                        "end": 5974,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 20
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 5,
                                                          "raw": "5"
                                                        },
                                                        "value": 5
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "start": 5975,
                                                      "end": 5979,
                                                      "loc": {
                                                        "start": {
                                                          "line": 181,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 181,
                                                          "column": 25
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 5975,
                                                        "end": 5976,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 22
                                                          },
                                                          "identifierName": "i"
                                                        },
                                                        "name": "i"
                                                      },
                                                      "operator": "<=",
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 5978,
                                                        "end": 5979,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 25
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 8,
                                                          "raw": "8"
                                                        },
                                                        "value": 8
                                                      }
                                                    },
                                                    "update": {
                                                      "type": "AssignmentExpression",
                                                      "start": 5980,
                                                      "end": 5984,
                                                      "loc": {
                                                        "start": {
                                                          "line": 181,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 181,
                                                          "column": 30
                                                        }
                                                      },
                                                      "operator": "+=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 5980,
                                                        "end": 5981,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 27
                                                          },
                                                          "identifierName": "i"
                                                        },
                                                        "name": "i"
                                                      },
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 5983,
                                                        "end": 5984,
                                                        "loc": {
                                                          "start": {
                                                            "line": 181,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 181,
                                                            "column": 30
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 3,
                                                          "raw": "3"
                                                        },
                                                        "value": 3
                                                      }
                                                    },
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 5986,
                                                      "end": 6144,
                                                      "loc": {
                                                        "start": {
                                                          "line": 181,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 185,
                                                          "column": 13
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "IfStatement",
                                                          "start": 6002,
                                                          "end": 6130,
                                                          "loc": {
                                                            "start": {
                                                              "line": 182,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 184,
                                                              "column": 15
                                                            }
                                                          },
                                                          "test": {
                                                            "type": "CallExpression",
                                                            "start": 6006,
                                                            "end": 6041,
                                                            "loc": {
                                                              "start": {
                                                                "line": 182,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 182,
                                                                "column": 53
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 6006,
                                                              "end": 6028,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 182,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 182,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "RegExpLiteral",
                                                                "start": 6006,
                                                                "end": 6023,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 182,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 182,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "raw": "/(UPDATE|DELETE)/"
                                                                },
                                                                "pattern": "(UPDATE|DELETE)",
                                                                "flags": ""
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 6024,
                                                                "end": 6028,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 182,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 182,
                                                                    "column": 40
                                                                  },
                                                                  "identifierName": "test"
                                                                },
                                                                "name": "test"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 6029,
                                                                "end": 6040,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 182,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 182,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 6029,
                                                                  "end": 6037,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 182,
                                                                      "column": 41
                                                                    },
                                                                    "end": {
                                                                      "line": 182,
                                                                      "column": 49
                                                                    },
                                                                    "identifierName": "defParts"
                                                                  },
                                                                  "name": "defParts"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6038,
                                                                  "end": 6039,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 182,
                                                                      "column": 50
                                                                    },
                                                                    "end": {
                                                                      "line": 182,
                                                                      "column": 51
                                                                    },
                                                                    "identifierName": "i"
                                                                  },
                                                                  "name": "i"
                                                                },
                                                                "computed": true
                                                              }
                                                            ]
                                                          },
                                                          "consequent": {
                                                            "type": "BlockStatement",
                                                            "start": 6043,
                                                            "end": 6130,
                                                            "loc": {
                                                              "start": {
                                                                "line": 182,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 184,
                                                                "column": 15
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 6061,
                                                                "end": 6114,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 183,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 183,
                                                                    "column": 69
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 6061,
                                                                  "end": 6113,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 183,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 183,
                                                                      "column": 68
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6061,
                                                                    "end": 6097,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 183,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 183,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 6061,
                                                                      "end": 6064,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 183,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 183,
                                                                          "column": 19
                                                                        },
                                                                        "identifierName": "row"
                                                                      },
                                                                      "name": "row"
                                                                    },
                                                                    "property": {
                                                                      "type": "BinaryExpression",
                                                                      "start": 6065,
                                                                      "end": 6096,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 183,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 183,
                                                                          "column": 51
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "StringLiteral",
                                                                        "start": 6065,
                                                                        "end": 6070,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 183,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 183,
                                                                            "column": 25
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": "on_",
                                                                          "raw": "'on_'"
                                                                        },
                                                                        "value": "on_"
                                                                      },
                                                                      "operator": "+",
                                                                      "right": {
                                                                        "type": "CallExpression",
                                                                        "start": 6071,
                                                                        "end": 6096,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 183,
                                                                            "column": 26
                                                                          },
                                                                          "end": {
                                                                            "line": 183,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 6071,
                                                                          "end": 6094,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 183,
                                                                              "column": 26
                                                                            },
                                                                            "end": {
                                                                              "line": 183,
                                                                              "column": 49
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6071,
                                                                            "end": 6082,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 183,
                                                                                "column": 26
                                                                              },
                                                                              "end": {
                                                                                "line": 183,
                                                                                "column": 37
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 6071,
                                                                              "end": 6079,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 183,
                                                                                  "column": 26
                                                                                },
                                                                                "end": {
                                                                                  "line": 183,
                                                                                  "column": 34
                                                                                },
                                                                                "identifierName": "defParts"
                                                                              },
                                                                              "name": "defParts"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6080,
                                                                              "end": 6081,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 183,
                                                                                  "column": 35
                                                                                },
                                                                                "end": {
                                                                                  "line": 183,
                                                                                  "column": 36
                                                                                },
                                                                                "identifierName": "i"
                                                                              },
                                                                              "name": "i"
                                                                            },
                                                                            "computed": true
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 6083,
                                                                            "end": 6094,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 183,
                                                                                "column": 38
                                                                              },
                                                                              "end": {
                                                                                "line": 183,
                                                                                "column": 49
                                                                              },
                                                                              "identifierName": "toLowerCase"
                                                                            },
                                                                            "name": "toLowerCase"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": []
                                                                      }
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "right": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6100,
                                                                    "end": 6113,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 183,
                                                                        "column": 55
                                                                      },
                                                                      "end": {
                                                                        "line": 183,
                                                                        "column": 68
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 6100,
                                                                      "end": 6108,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 183,
                                                                          "column": 55
                                                                        },
                                                                        "end": {
                                                                          "line": 183,
                                                                          "column": 63
                                                                        },
                                                                        "identifierName": "defParts"
                                                                      },
                                                                      "name": "defParts"
                                                                    },
                                                                    "property": {
                                                                      "type": "BinaryExpression",
                                                                      "start": 6109,
                                                                      "end": 6112,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 183,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 183,
                                                                          "column": 67
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "Identifier",
                                                                        "start": 6109,
                                                                        "end": 6110,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 183,
                                                                            "column": 64
                                                                          },
                                                                          "end": {
                                                                            "line": 183,
                                                                            "column": 65
                                                                          },
                                                                          "identifierName": "i"
                                                                        },
                                                                        "name": "i"
                                                                      },
                                                                      "operator": "+",
                                                                      "right": {
                                                                        "type": "NumericLiteral",
                                                                        "start": 6111,
                                                                        "end": 6112,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 183,
                                                                            "column": 66
                                                                          },
                                                                          "end": {
                                                                            "line": 183,
                                                                            "column": 67
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": 1,
                                                                          "raw": "1"
                                                                        },
                                                                        "value": 1
                                                                      }
                                                                    },
                                                                    "computed": true
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "directives": []
                                                          },
                                                          "alternate": null
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": null
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 6167,
                                              "end": 6184,
                                              "loc": {
                                                "start": {
                                                  "line": 187,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 187,
                                                  "column": 27
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 6167,
                                                "end": 6183,
                                                "loc": {
                                                  "start": {
                                                    "line": 187,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 187,
                                                    "column": 26
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 6167,
                                                  "end": 6178,
                                                  "loc": {
                                                    "start": {
                                                      "line": 187,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 187,
                                                      "column": 21
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 6167,
                                                    "end": 6173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 187,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 16
                                                      },
                                                      "identifierName": "result"
                                                    },
                                                    "name": "result"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6174,
                                                    "end": 6178,
                                                    "loc": {
                                                      "start": {
                                                        "line": 187,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 21
                                                      },
                                                      "identifierName": "push"
                                                    },
                                                    "name": "push"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 6179,
                                                    "end": 6182,
                                                    "loc": {
                                                      "start": {
                                                        "line": 187,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 25
                                                      },
                                                      "identifierName": "row"
                                                    },
                                                    "name": "row"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 6203,
                                        "end": 6217,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 22
                                          }
                                        },
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 6210,
                                          "end": 6216,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 21
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 6231,
                                    "end": 9696,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 278,
                                        "column": 7
                                      }
                                    },
                                    "test": {
                                      "type": "CallExpression",
                                      "start": 6235,
                                      "end": 6255,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 190,
                                          "column": 37
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6235,
                                        "end": 6253,
                                        "loc": {
                                          "start": {
                                            "line": 190,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 190,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6235,
                                          "end": 6239,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6240,
                                          "end": 6253,
                                          "loc": {
                                            "start": {
                                              "line": 190,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 35
                                            },
                                            "identifierName": "isSelectQuery"
                                          },
                                          "name": "isSelectQuery"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 6257,
                                      "end": 7039,
                                      "loc": {
                                        "start": {
                                          "line": 190,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 7
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 6396,
                                          "end": 6986,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 208,
                                              "column": 9
                                            }
                                          },
                                          "test": {
                                            "type": "LogicalExpression",
                                            "start": 6400,
                                            "end": 6479,
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 91
                                              }
                                            },
                                            "left": {
                                              "type": "BinaryExpression",
                                              "start": 6400,
                                              "end": 6426,
                                              "loc": {
                                                "start": {
                                                  "line": 193,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 193,
                                                  "column": 38
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6400,
                                                "end": 6416,
                                                "loc": {
                                                  "start": {
                                                    "line": 193,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 28
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 6400,
                                                  "end": 6412,
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 24
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 6400,
                                                    "end": 6404,
                                                    "loc": {
                                                      "start": {
                                                        "line": 193,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 193,
                                                        "column": 16
                                                      }
                                                    },
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6405,
                                                    "end": 6412,
                                                    "loc": {
                                                      "start": {
                                                        "line": 193,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 193,
                                                        "column": 24
                                                      },
                                                      "identifierName": "options"
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6413,
                                                  "end": 6416,
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 28
                                                    },
                                                    "identifierName": "raw"
                                                  },
                                                  "name": "raw"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 6421,
                                                "end": 6426,
                                                "loc": {
                                                  "start": {
                                                    "line": 193,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 38
                                                  }
                                                },
                                                "value": false
                                              },
                                              "leadingComments": null
                                            },
                                            "operator": "&&",
                                            "right": {
                                              "type": "BinaryExpression",
                                              "start": 6430,
                                              "end": 6479,
                                              "loc": {
                                                "start": {
                                                  "line": 193,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 193,
                                                  "column": 91
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 6430,
                                                "end": 6469,
                                                "loc": {
                                                  "start": {
                                                    "line": 193,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 81
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 6430,
                                                  "end": 6452,
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 64
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 6430,
                                                    "end": 6444,
                                                    "loc": {
                                                      "start": {
                                                        "line": 193,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 193,
                                                        "column": 56
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 6430,
                                                      "end": 6434,
                                                      "loc": {
                                                        "start": {
                                                          "line": 193,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 193,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6435,
                                                      "end": 6444,
                                                      "loc": {
                                                        "start": {
                                                          "line": 193,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 193,
                                                          "column": 56
                                                        },
                                                        "identifierName": "sequelize"
                                                      },
                                                      "name": "sequelize"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 6445,
                                                    "end": 6452,
                                                    "loc": {
                                                      "start": {
                                                        "line": 193,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 193,
                                                        "column": 64
                                                      },
                                                      "identifierName": "options"
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 6453,
                                                  "end": 6469,
                                                  "loc": {
                                                    "start": {
                                                      "line": 193,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 81
                                                    },
                                                    "identifierName": "quoteIdentifiers"
                                                  },
                                                  "name": "quoteIdentifiers"
                                                },
                                                "computed": false
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "BooleanLiteral",
                                                "start": 6474,
                                                "end": 6479,
                                                "loc": {
                                                  "start": {
                                                    "line": 193,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 91
                                                  }
                                                },
                                                "value": false
                                              }
                                            },
                                            "leadingComments": null
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 6481,
                                            "end": 6986,
                                            "loc": {
                                              "start": {
                                                "line": 193,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 208,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "VariableDeclaration",
                                                "start": 6493,
                                                "end": 6632,
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 197,
                                                    "column": 17
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 6499,
                                                    "end": 6631,
                                                    "loc": {
                                                      "start": {
                                                        "line": 194,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 197,
                                                        "column": 16
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 6499,
                                                      "end": 6507,
                                                      "loc": {
                                                        "start": {
                                                          "line": 194,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 194,
                                                          "column": 24
                                                        },
                                                        "identifierName": "attrsMap"
                                                      },
                                                      "name": "attrsMap"
                                                    },
                                                    "init": {
                                                      "type": "CallExpression",
                                                      "start": 6510,
                                                      "end": 6631,
                                                      "loc": {
                                                        "start": {
                                                          "line": 194,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 197,
                                                          "column": 16
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 6510,
                                                        "end": 6518,
                                                        "loc": {
                                                          "start": {
                                                            "line": 194,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 194,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 6510,
                                                          "end": 6511,
                                                          "loc": {
                                                            "start": {
                                                              "line": 194,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 194,
                                                              "column": 28
                                                            },
                                                            "identifierName": "_"
                                                          },
                                                          "name": "_"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6512,
                                                          "end": 6518,
                                                          "loc": {
                                                            "start": {
                                                              "line": 194,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 194,
                                                              "column": 35
                                                            },
                                                            "identifierName": "reduce"
                                                          },
                                                          "name": "reduce"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 6519,
                                                          "end": 6540,
                                                          "loc": {
                                                            "start": {
                                                              "line": 194,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 194,
                                                              "column": 57
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 6519,
                                                            "end": 6529,
                                                            "loc": {
                                                              "start": {
                                                                "line": 194,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 194,
                                                                "column": 46
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 6519,
                                                              "end": 6523,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 40
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6524,
                                                              "end": 6529,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "model"
                                                              },
                                                              "name": "model"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6530,
                                                            "end": 6540,
                                                            "loc": {
                                                              "start": {
                                                                "line": 194,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 194,
                                                                "column": 57
                                                              },
                                                              "identifierName": "attributes"
                                                            },
                                                            "name": "attributes"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "ArrowFunctionExpression",
                                                          "start": 6542,
                                                          "end": 6626,
                                                          "loc": {
                                                            "start": {
                                                              "line": 194,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 11
                                                            }
                                                          },
                                                          "id": null,
                                                          "generator": false,
                                                          "expression": false,
                                                          "async": false,
                                                          "params": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 6543,
                                                              "end": 6544,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 61
                                                                },
                                                                "identifierName": "m"
                                                              },
                                                              "name": "m"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 6546,
                                                              "end": 6547,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 63
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 64
                                                                },
                                                                "identifierName": "v"
                                                              },
                                                              "name": "v"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 6549,
                                                              "end": 6550,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 66
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 67
                                                                },
                                                                "identifierName": "k"
                                                              },
                                                              "name": "k"
                                                            }
                                                          ],
                                                          "body": {
                                                            "type": "BlockStatement",
                                                            "start": 6555,
                                                            "end": 6626,
                                                            "loc": {
                                                              "start": {
                                                                "line": 194,
                                                                "column": 72
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 11
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 6569,
                                                                "end": 6592,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 195,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 195,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 6569,
                                                                  "end": 6591,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 195,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 195,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6569,
                                                                    "end": 6587,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 30
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 6569,
                                                                      "end": 6570,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 195,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 195,
                                                                          "column": 13
                                                                        },
                                                                        "identifierName": "m"
                                                                      },
                                                                      "name": "m"
                                                                    },
                                                                    "property": {
                                                                      "type": "CallExpression",
                                                                      "start": 6571,
                                                                      "end": 6586,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 195,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 195,
                                                                          "column": 29
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6571,
                                                                        "end": 6584,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 195,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 195,
                                                                            "column": 27
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 6571,
                                                                          "end": 6572,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 195,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 195,
                                                                              "column": 15
                                                                            },
                                                                            "identifierName": "k"
                                                                          },
                                                                          "name": "k"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6573,
                                                                          "end": 6584,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 195,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 195,
                                                                              "column": 27
                                                                            },
                                                                            "identifierName": "toLowerCase"
                                                                          },
                                                                          "name": "toLowerCase"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": []
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "right": {
                                                                    "type": "Identifier",
                                                                    "start": 6590,
                                                                    "end": 6591,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 34
                                                                      },
                                                                      "identifierName": "k"
                                                                    },
                                                                    "name": "k"
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ReturnStatement",
                                                                "start": 6605,
                                                                "end": 6614,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 21
                                                                  }
                                                                },
                                                                "argument": {
                                                                  "type": "Identifier",
                                                                  "start": 6612,
                                                                  "end": 6613,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 20
                                                                    },
                                                                    "identifierName": "m"
                                                                  },
                                                                  "name": "m"
                                                                }
                                                              }
                                                            ],
                                                            "directives": []
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 6628,
                                                          "end": 6630,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 15
                                                            }
                                                          },
                                                          "properties": []
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "kind": "const"
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 6643,
                                                "end": 6976,
                                                "loc": {
                                                  "start": {
                                                    "line": 198,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 207,
                                                    "column": 13
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 6643,
                                                  "end": 6975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 198,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 207,
                                                      "column": 12
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 6643,
                                                    "end": 6647,
                                                    "loc": {
                                                      "start": {
                                                        "line": 198,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 198,
                                                        "column": 14
                                                      },
                                                      "identifierName": "rows"
                                                    },
                                                    "name": "rows"
                                                  },
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 6650,
                                                    "end": 6975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 198,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 207,
                                                        "column": 12
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6650,
                                                      "end": 6655,
                                                      "loc": {
                                                        "start": {
                                                          "line": 198,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 198,
                                                          "column": 22
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6650,
                                                        "end": 6651,
                                                        "loc": {
                                                          "start": {
                                                            "line": 198,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 198,
                                                            "column": 18
                                                          },
                                                          "identifierName": "_"
                                                        },
                                                        "name": "_"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6652,
                                                        "end": 6655,
                                                        "loc": {
                                                          "start": {
                                                            "line": 198,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 198,
                                                            "column": 22
                                                          },
                                                          "identifierName": "map"
                                                        },
                                                        "name": "map"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 6656,
                                                        "end": 6660,
                                                        "loc": {
                                                          "start": {
                                                            "line": 198,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 198,
                                                            "column": 27
                                                          },
                                                          "identifierName": "rows"
                                                        },
                                                        "name": "rows"
                                                      },
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 6662,
                                                        "end": 6974,
                                                        "loc": {
                                                          "start": {
                                                            "line": 198,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 207,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 6663,
                                                            "end": 6666,
                                                            "loc": {
                                                              "start": {
                                                                "line": 198,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 198,
                                                                "column": 33
                                                              },
                                                              "identifierName": "row"
                                                            },
                                                            "name": "row"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 6670,
                                                          "end": 6974,
                                                          "loc": {
                                                            "start": {
                                                              "line": 198,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 207,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "start": 6684,
                                                              "end": 6962,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 199,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 206,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "argument": {
                                                                "type": "CallExpression",
                                                                "start": 6691,
                                                                "end": 6961,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 199,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 206,
                                                                    "column": 14
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 6691,
                                                                  "end": 6700,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 199,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 199,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 6691,
                                                                    "end": 6692,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 20
                                                                      },
                                                                      "identifierName": "_"
                                                                    },
                                                                    "name": "_"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6693,
                                                                    "end": 6700,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 21
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 28
                                                                      },
                                                                      "identifierName": "mapKeys"
                                                                    },
                                                                    "name": "mapKeys"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 6701,
                                                                    "end": 6704,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 32
                                                                      },
                                                                      "identifierName": "row"
                                                                    },
                                                                    "name": "row"
                                                                  },
                                                                  {
                                                                    "type": "ArrowFunctionExpression",
                                                                    "start": 6706,
                                                                    "end": 6960,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 206,
                                                                        "column": 13
                                                                      }
                                                                    },
                                                                    "id": null,
                                                                    "generator": false,
                                                                    "expression": false,
                                                                    "async": false,
                                                                    "params": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 6707,
                                                                        "end": 6712,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 199,
                                                                            "column": 35
                                                                          },
                                                                          "end": {
                                                                            "line": 199,
                                                                            "column": 40
                                                                          },
                                                                          "identifierName": "value"
                                                                        },
                                                                        "name": "value"
                                                                      },
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 6714,
                                                                        "end": 6717,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 199,
                                                                            "column": 42
                                                                          },
                                                                          "end": {
                                                                            "line": 199,
                                                                            "column": 45
                                                                          },
                                                                          "identifierName": "key"
                                                                        },
                                                                        "name": "key"
                                                                      }
                                                                    ],
                                                                    "body": {
                                                                      "type": "BlockStatement",
                                                                      "start": 6721,
                                                                      "end": 6960,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 199,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 206,
                                                                          "column": 13
                                                                        }
                                                                      },
                                                                      "body": [
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 6737,
                                                                          "end": 6770,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 200,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 200,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 6743,
                                                                              "end": 6769,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 200,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 200,
                                                                                  "column": 46
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 6743,
                                                                                "end": 6753,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 200,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 200,
                                                                                    "column": 30
                                                                                  },
                                                                                  "identifierName": "targetAttr"
                                                                                },
                                                                                "name": "targetAttr"
                                                                              },
                                                                              "init": {
                                                                                "type": "MemberExpression",
                                                                                "start": 6756,
                                                                                "end": 6769,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 200,
                                                                                    "column": 33
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 200,
                                                                                    "column": 46
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 6756,
                                                                                  "end": 6764,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 200,
                                                                                      "column": 33
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 200,
                                                                                      "column": 41
                                                                                    },
                                                                                    "identifierName": "attrsMap"
                                                                                  },
                                                                                  "name": "attrsMap"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 6765,
                                                                                  "end": 6768,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 200,
                                                                                      "column": 42
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 200,
                                                                                      "column": 45
                                                                                    },
                                                                                    "identifierName": "key"
                                                                                  },
                                                                                  "name": "key"
                                                                                },
                                                                                "computed": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "const"
                                                                        },
                                                                        {
                                                                          "type": "IfStatement",
                                                                          "start": 6785,
                                                                          "end": 6946,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 201,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 205,
                                                                              "column": 15
                                                                            }
                                                                          },
                                                                          "test": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 6789,
                                                                            "end": 6841,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 201,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 201,
                                                                                "column": 70
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 6789,
                                                                              "end": 6819,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 201,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 201,
                                                                                  "column": 48
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "UnaryExpression",
                                                                                "start": 6789,
                                                                                "end": 6806,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 201,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 201,
                                                                                    "column": 35
                                                                                  }
                                                                                },
                                                                                "operator": "typeof",
                                                                                "prefix": true,
                                                                                "argument": {
                                                                                  "type": "Identifier",
                                                                                  "start": 6796,
                                                                                  "end": 6806,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 201,
                                                                                      "column": 25
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 201,
                                                                                      "column": 35
                                                                                    },
                                                                                    "identifierName": "targetAttr"
                                                                                  },
                                                                                  "name": "targetAttr"
                                                                                },
                                                                                "extra": {
                                                                                  "parenthesizedArgument": false
                                                                                }
                                                                              },
                                                                              "operator": "===",
                                                                              "right": {
                                                                                "type": "StringLiteral",
                                                                                "start": 6811,
                                                                                "end": 6819,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 201,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 201,
                                                                                    "column": 48
                                                                                  }
                                                                                },
                                                                                "extra": {
                                                                                  "rawValue": "string",
                                                                                  "raw": "'string'"
                                                                                },
                                                                                "value": "string"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 6823,
                                                                              "end": 6841,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 201,
                                                                                  "column": 52
                                                                                },
                                                                                "end": {
                                                                                  "line": 201,
                                                                                  "column": 70
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "Identifier",
                                                                                "start": 6823,
                                                                                "end": 6833,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 201,
                                                                                    "column": 52
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 201,
                                                                                    "column": 62
                                                                                  },
                                                                                  "identifierName": "targetAttr"
                                                                                },
                                                                                "name": "targetAttr"
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 6838,
                                                                                "end": 6841,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 201,
                                                                                    "column": 67
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 201,
                                                                                    "column": 70
                                                                                  },
                                                                                  "identifierName": "key"
                                                                                },
                                                                                "name": "key"
                                                                              }
                                                                            }
                                                                          },
                                                                          "consequent": {
                                                                            "type": "BlockStatement",
                                                                            "start": 6843,
                                                                            "end": 6895,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 201,
                                                                                "column": 72
                                                                              },
                                                                              "end": {
                                                                                "line": 203,
                                                                                "column": 15
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ReturnStatement",
                                                                                "start": 6861,
                                                                                "end": 6879,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 202,
                                                                                    "column": 16
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 202,
                                                                                    "column": 34
                                                                                  }
                                                                                },
                                                                                "argument": {
                                                                                  "type": "Identifier",
                                                                                  "start": 6868,
                                                                                  "end": 6878,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 202,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 202,
                                                                                      "column": 33
                                                                                    },
                                                                                    "identifierName": "targetAttr"
                                                                                  },
                                                                                  "name": "targetAttr"
                                                                                }
                                                                              }
                                                                            ],
                                                                            "directives": []
                                                                          },
                                                                          "alternate": {
                                                                            "type": "BlockStatement",
                                                                            "start": 6901,
                                                                            "end": 6946,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 203,
                                                                                "column": 21
                                                                              },
                                                                              "end": {
                                                                                "line": 205,
                                                                                "column": 15
                                                                              }
                                                                            },
                                                                            "body": [
                                                                              {
                                                                                "type": "ReturnStatement",
                                                                                "start": 6919,
                                                                                "end": 6930,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 204,
                                                                                    "column": 16
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 204,
                                                                                    "column": 27
                                                                                  }
                                                                                },
                                                                                "argument": {
                                                                                  "type": "Identifier",
                                                                                  "start": 6926,
                                                                                  "end": 6929,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 204,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 204,
                                                                                      "column": 26
                                                                                    },
                                                                                    "identifierName": "key"
                                                                                  },
                                                                                  "name": "key"
                                                                                }
                                                                              }
                                                                            ],
                                                                            "directives": []
                                                                          }
                                                                        }
                                                                      ],
                                                                      "directives": []
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null,
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " Postgres will treat tables as case-insensitive, so fix the case",
                                              "start": 6267,
                                              "end": 6333,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 74
                                                }
                                              }
                                            },
                                            {
                                              "type": "CommentLine",
                                              "value": " of the returned values to match attributes",
                                              "start": 6342,
                                              "end": 6387,
                                              "loc": {
                                                "start": {
                                                  "line": 192,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 53
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 6995,
                                          "end": 7031,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 44
                                            }
                                          },
                                          "argument": {
                                            "type": "CallExpression",
                                            "start": 7002,
                                            "end": 7030,
                                            "loc": {
                                              "start": {
                                                "line": 209,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 209,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 7002,
                                              "end": 7024,
                                              "loc": {
                                                "start": {
                                                  "line": 209,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 209,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 7002,
                                                "end": 7006,
                                                "loc": {
                                                  "start": {
                                                    "line": 209,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 209,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 7007,
                                                "end": 7024,
                                                "loc": {
                                                  "start": {
                                                    "line": 209,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 209,
                                                    "column": 37
                                                  },
                                                  "identifierName": "handleSelectQuery"
                                                },
                                                "name": "handleSelectQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 7025,
                                                "end": 7029,
                                                "loc": {
                                                  "start": {
                                                    "line": 209,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 209,
                                                    "column": 42
                                                  },
                                                  "identifierName": "rows"
                                                },
                                                "name": "rows"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "IfStatement",
                                      "start": 7045,
                                      "end": 9696,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 7
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 7049,
                                        "end": 7090,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 58
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 7049,
                                          "end": 7068,
                                          "loc": {
                                            "start": {
                                              "line": 210,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 210,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7049,
                                            "end": 7059,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 27
                                              },
                                              "identifierName": "QueryTypes"
                                            },
                                            "name": "QueryTypes"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7060,
                                            "end": 7068,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 36
                                              },
                                              "identifierName": "DESCRIBE"
                                            },
                                            "name": "DESCRIBE"
                                          },
                                          "computed": false
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 7073,
                                          "end": 7090,
                                          "loc": {
                                            "start": {
                                              "line": 210,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 210,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 7073,
                                            "end": 7085,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 7073,
                                              "end": 7077,
                                              "loc": {
                                                "start": {
                                                  "line": 210,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 210,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 7078,
                                              "end": 7085,
                                              "loc": {
                                                "start": {
                                                  "line": 210,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 210,
                                                  "column": 53
                                                },
                                                "identifierName": "options"
                                              },
                                              "name": "options"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7086,
                                            "end": 7090,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 58
                                              },
                                              "identifierName": "type"
                                            },
                                            "name": "type"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 7092,
                                        "end": 8385,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 7102,
                                            "end": 7114,
                                            "loc": {
                                              "start": {
                                                "line": 211,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 211,
                                                "column": 20
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 7102,
                                              "end": 7113,
                                              "loc": {
                                                "start": {
                                                  "line": 211,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 211,
                                                  "column": 19
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "start": 7102,
                                                "end": 7108,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 14
                                                  },
                                                  "identifierName": "result"
                                                },
                                                "name": "result"
                                              },
                                              "right": {
                                                "type": "ObjectExpression",
                                                "start": 7111,
                                                "end": 7113,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 19
                                                  }
                                                },
                                                "properties": []
                                              }
                                            }
                                          },
                                          {
                                            "type": "ForOfStatement",
                                            "start": 7124,
                                            "end": 8353,
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 240,
                                                "column": 9
                                              }
                                            },
                                            "left": {
                                              "type": "VariableDeclaration",
                                              "start": 7129,
                                              "end": 7142,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 26
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 7135,
                                                  "end": 7142,
                                                  "loc": {
                                                    "start": {
                                                      "line": 213,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 213,
                                                      "column": 26
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 7135,
                                                    "end": 7142,
                                                    "loc": {
                                                      "start": {
                                                        "line": 213,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 213,
                                                        "column": 26
                                                      },
                                                      "identifierName": "_result"
                                                    },
                                                    "name": "_result"
                                                  },
                                                  "init": null
                                                }
                                              ],
                                              "kind": "const"
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 7146,
                                              "end": 7150,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 34
                                                },
                                                "identifierName": "rows"
                                              },
                                              "name": "rows"
                                            },
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 7152,
                                              "end": 8353,
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 240,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 7164,
                                                  "end": 7522,
                                                  "loc": {
                                                    "start": {
                                                      "line": 214,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 220,
                                                      "column": 12
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "AssignmentExpression",
                                                    "start": 7164,
                                                    "end": 7521,
                                                    "loc": {
                                                      "start": {
                                                        "line": 214,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 220,
                                                        "column": 11
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 7164,
                                                      "end": 7185,
                                                      "loc": {
                                                        "start": {
                                                          "line": 214,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 214,
                                                          "column": 31
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 7164,
                                                        "end": 7170,
                                                        "loc": {
                                                          "start": {
                                                            "line": 214,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 214,
                                                            "column": 16
                                                          },
                                                          "identifierName": "result"
                                                        },
                                                        "name": "result"
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 7171,
                                                        "end": 7184,
                                                        "loc": {
                                                          "start": {
                                                            "line": 214,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 214,
                                                            "column": 30
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 7171,
                                                          "end": 7178,
                                                          "loc": {
                                                            "start": {
                                                              "line": 214,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 214,
                                                              "column": 24
                                                            },
                                                            "identifierName": "_result"
                                                          },
                                                          "name": "_result"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 7179,
                                                          "end": 7184,
                                                          "loc": {
                                                            "start": {
                                                              "line": 214,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 214,
                                                              "column": 30
                                                            },
                                                            "identifierName": "Field"
                                                          },
                                                          "name": "Field"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    },
                                                    "right": {
                                                      "type": "ObjectExpression",
                                                      "start": 7188,
                                                      "end": 7521,
                                                      "loc": {
                                                        "start": {
                                                          "line": 214,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 220,
                                                          "column": 11
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7202,
                                                          "end": 7234,
                                                          "loc": {
                                                            "start": {
                                                              "line": 215,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 215,
                                                              "column": 44
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7202,
                                                            "end": 7206,
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 16
                                                              },
                                                              "identifierName": "type"
                                                            },
                                                            "name": "type"
                                                          },
                                                          "value": {
                                                            "type": "CallExpression",
                                                            "start": 7208,
                                                            "end": 7234,
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 44
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 7208,
                                                              "end": 7232,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 7208,
                                                                "end": 7220,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 215,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 215,
                                                                    "column": 30
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 7208,
                                                                  "end": 7215,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 215,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 215,
                                                                      "column": 25
                                                                    },
                                                                    "identifierName": "_result"
                                                                  },
                                                                  "name": "_result"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7216,
                                                                  "end": 7220,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 215,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 215,
                                                                      "column": 30
                                                                    },
                                                                    "identifierName": "Type"
                                                                  },
                                                                  "name": "Type"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 7221,
                                                                "end": 7232,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 215,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 215,
                                                                    "column": 42
                                                                  },
                                                                  "identifierName": "toUpperCase"
                                                                },
                                                                "name": "toUpperCase"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7248,
                                                          "end": 7283,
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 47
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7248,
                                                            "end": 7257,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 21
                                                              },
                                                              "identifierName": "allowNull"
                                                            },
                                                            "name": "allowNull"
                                                          },
                                                          "value": {
                                                            "type": "BinaryExpression",
                                                            "start": 7260,
                                                            "end": 7282,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 46
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 7260,
                                                              "end": 7272,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 36
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7260,
                                                                "end": 7267,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 31
                                                                  },
                                                                  "identifierName": "_result"
                                                                },
                                                                "name": "_result"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 7268,
                                                                "end": 7272,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 36
                                                                  },
                                                                  "identifierName": "Null"
                                                                },
                                                                "name": "Null"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "===",
                                                            "right": {
                                                              "type": "StringLiteral",
                                                              "start": 7277,
                                                              "end": 7282,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 41
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": "YES",
                                                                "raw": "'YES'"
                                                              },
                                                              "value": "YES"
                                                            },
                                                            "extra": {
                                                              "parenthesized": true,
                                                              "parenStart": 7259
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7297,
                                                          "end": 7326,
                                                          "loc": {
                                                            "start": {
                                                              "line": 217,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 217,
                                                              "column": 41
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7297,
                                                            "end": 7309,
                                                            "loc": {
                                                              "start": {
                                                                "line": 217,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 217,
                                                                "column": 24
                                                              },
                                                              "identifierName": "defaultValue"
                                                            },
                                                            "name": "defaultValue"
                                                          },
                                                          "value": {
                                                            "type": "MemberExpression",
                                                            "start": 7311,
                                                            "end": 7326,
                                                            "loc": {
                                                              "start": {
                                                                "line": 217,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 217,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 7311,
                                                              "end": 7318,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 217,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 217,
                                                                  "column": 33
                                                                },
                                                                "identifierName": "_result"
                                                              },
                                                              "name": "_result"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7319,
                                                              "end": 7326,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 217,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 217,
                                                                  "column": 41
                                                                },
                                                                "identifierName": "Default"
                                                              },
                                                              "name": "Default"
                                                            },
                                                            "computed": false
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7340,
                                                          "end": 7447,
                                                          "loc": {
                                                            "start": {
                                                              "line": 218,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 218,
                                                              "column": 119
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7340,
                                                            "end": 7347,
                                                            "loc": {
                                                              "start": {
                                                                "line": 218,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 218,
                                                                "column": 19
                                                              },
                                                              "identifierName": "special"
                                                            },
                                                            "name": "special"
                                                          },
                                                          "value": {
                                                            "type": "ConditionalExpression",
                                                            "start": 7350,
                                                            "end": 7446,
                                                            "loc": {
                                                              "start": {
                                                                "line": 218,
                                                                "column": 22
                                                              },
                                                              "end": {
                                                                "line": 218,
                                                                "column": 118
                                                              }
                                                            },
                                                            "test": {
                                                              "type": "UnaryExpression",
                                                              "start": 7350,
                                                              "end": 7367,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 218,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 218,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "operator": "!",
                                                              "prefix": true,
                                                              "argument": {
                                                                "type": "UnaryExpression",
                                                                "start": 7351,
                                                                "end": 7367,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 218,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 218,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "operator": "!",
                                                                "prefix": true,
                                                                "argument": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7352,
                                                                  "end": 7367,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 218,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 7352,
                                                                    "end": 7359,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 24
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 31
                                                                      },
                                                                      "identifierName": "_result"
                                                                    },
                                                                    "name": "_result"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 7360,
                                                                    "end": 7367,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 39
                                                                      },
                                                                      "identifierName": "special"
                                                                    },
                                                                    "name": "special"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "extra": {
                                                                  "parenthesizedArgument": false
                                                                }
                                                              },
                                                              "extra": {
                                                                "parenthesizedArgument": false
                                                              }
                                                            },
                                                            "consequent": {
                                                              "type": "CallExpression",
                                                              "start": 7370,
                                                              "end": 7441,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 218,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 218,
                                                                  "column": 113
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 7370,
                                                                "end": 7424,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 218,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 218,
                                                                    "column": 96
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7370,
                                                                  "end": 7414,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 218,
                                                                      "column": 86
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7370,
                                                                    "end": 7399,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 42
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 71
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7370,
                                                                      "end": 7384,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 218,
                                                                          "column": 42
                                                                        },
                                                                        "end": {
                                                                          "line": 218,
                                                                          "column": 56
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 7370,
                                                                        "end": 7374,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 218,
                                                                            "column": 42
                                                                          },
                                                                          "end": {
                                                                            "line": 218,
                                                                            "column": 46
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7375,
                                                                        "end": 7384,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 218,
                                                                            "column": 47
                                                                          },
                                                                          "end": {
                                                                            "line": 218,
                                                                            "column": 56
                                                                          },
                                                                          "identifierName": "sequelize"
                                                                        },
                                                                        "name": "sequelize"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7385,
                                                                      "end": 7399,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 218,
                                                                          "column": 57
                                                                        },
                                                                        "end": {
                                                                          "line": 218,
                                                                          "column": 71
                                                                        },
                                                                        "identifierName": "queryInterface"
                                                                      },
                                                                      "name": "queryInterface"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 7400,
                                                                    "end": 7414,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 72
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 86
                                                                      },
                                                                      "identifierName": "QueryGenerator"
                                                                    },
                                                                    "name": "QueryGenerator"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7415,
                                                                  "end": 7424,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 87
                                                                    },
                                                                    "end": {
                                                                      "line": 218,
                                                                      "column": 96
                                                                    },
                                                                    "identifierName": "fromArray"
                                                                  },
                                                                  "name": "fromArray"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 7425,
                                                                  "end": 7440,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 97
                                                                    },
                                                                    "end": {
                                                                      "line": 218,
                                                                      "column": 112
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 7425,
                                                                    "end": 7432,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 97
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 104
                                                                      },
                                                                      "identifierName": "_result"
                                                                    },
                                                                    "name": "_result"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 7433,
                                                                    "end": 7440,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 105
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 112
                                                                      },
                                                                      "identifierName": "special"
                                                                    },
                                                                    "name": "special"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            },
                                                            "alternate": {
                                                              "type": "ArrayExpression",
                                                              "start": 7444,
                                                              "end": 7446,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 218,
                                                                  "column": 116
                                                                },
                                                                "end": {
                                                                  "line": 218,
                                                                  "column": 118
                                                                }
                                                              },
                                                              "elements": []
                                                            },
                                                            "extra": {
                                                              "parenthesized": true,
                                                              "parenStart": 7349
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ObjectProperty",
                                                          "start": 7461,
                                                          "end": 7509,
                                                          "loc": {
                                                            "start": {
                                                              "line": 219,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 219,
                                                              "column": 60
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 7461,
                                                            "end": 7471,
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 22
                                                              },
                                                              "identifierName": "primaryKey"
                                                            },
                                                            "name": "primaryKey"
                                                          },
                                                          "value": {
                                                            "type": "BinaryExpression",
                                                            "start": 7473,
                                                            "end": 7509,
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 60
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 7473,
                                                              "end": 7491,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 219,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 219,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7473,
                                                                "end": 7480,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 219,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 219,
                                                                    "column": 31
                                                                  },
                                                                  "identifierName": "_result"
                                                                },
                                                                "name": "_result"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 7481,
                                                                "end": 7491,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 219,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 219,
                                                                    "column": 42
                                                                  },
                                                                  "identifierName": "Constraint"
                                                                },
                                                                "name": "Constraint"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "===",
                                                            "right": {
                                                              "type": "StringLiteral",
                                                              "start": 7496,
                                                              "end": 7509,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 219,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 219,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": "PRIMARY KEY",
                                                                "raw": "'PRIMARY KEY'"
                                                              },
                                                              "value": "PRIMARY KEY"
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 7534,
                                                  "end": 7852,
                                                  "loc": {
                                                    "start": {
                                                      "line": 222,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 228,
                                                      "column": 11
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 7538,
                                                    "end": 7578,
                                                    "loc": {
                                                      "start": {
                                                        "line": 222,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 222,
                                                        "column": 54
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 7538,
                                                      "end": 7564,
                                                      "loc": {
                                                        "start": {
                                                          "line": 222,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 222,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 7538,
                                                        "end": 7559,
                                                        "loc": {
                                                          "start": {
                                                            "line": 222,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 222,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 7538,
                                                          "end": 7544,
                                                          "loc": {
                                                            "start": {
                                                              "line": 222,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 222,
                                                              "column": 20
                                                            },
                                                            "identifierName": "result"
                                                          },
                                                          "name": "result"
                                                        },
                                                        "property": {
                                                          "type": "MemberExpression",
                                                          "start": 7545,
                                                          "end": 7558,
                                                          "loc": {
                                                            "start": {
                                                              "line": 222,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 222,
                                                              "column": 34
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 7545,
                                                            "end": 7552,
                                                            "loc": {
                                                              "start": {
                                                                "line": 222,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 222,
                                                                "column": 28
                                                              },
                                                              "identifierName": "_result"
                                                            },
                                                            "name": "_result"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 7553,
                                                            "end": 7558,
                                                            "loc": {
                                                              "start": {
                                                                "line": 222,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 222,
                                                                "column": 34
                                                              },
                                                              "identifierName": "Field"
                                                            },
                                                            "name": "Field"
                                                          },
                                                          "computed": false
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 7560,
                                                        "end": 7564,
                                                        "loc": {
                                                          "start": {
                                                            "line": 222,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 222,
                                                            "column": 40
                                                          },
                                                          "identifierName": "type"
                                                        },
                                                        "name": "type"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "===",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 7569,
                                                      "end": 7578,
                                                      "loc": {
                                                        "start": {
                                                          "line": 222,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 222,
                                                          "column": 54
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "BOOLEAN",
                                                        "raw": "'BOOLEAN'"
                                                      },
                                                      "value": "BOOLEAN"
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 7580,
                                                    "end": 7852,
                                                    "loc": {
                                                      "start": {
                                                        "line": 222,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 228,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 7594,
                                                        "end": 7700,
                                                        "loc": {
                                                          "start": {
                                                            "line": 223,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 223,
                                                            "column": 118
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 7594,
                                                          "end": 7699,
                                                          "loc": {
                                                            "start": {
                                                              "line": 223,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 223,
                                                              "column": 117
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 7594,
                                                            "end": 7628,
                                                            "loc": {
                                                              "start": {
                                                                "line": 223,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 223,
                                                                "column": 46
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 7594,
                                                              "end": 7615,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 223,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 223,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7594,
                                                                "end": 7600,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 223,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 223,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              },
                                                              "property": {
                                                                "type": "MemberExpression",
                                                                "start": 7601,
                                                                "end": 7614,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 223,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 223,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 7601,
                                                                  "end": 7608,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "_result"
                                                                  },
                                                                  "name": "_result"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7609,
                                                                  "end": 7614,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "Field"
                                                                  },
                                                                  "name": "Field"
                                                                },
                                                                "computed": false
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7616,
                                                              "end": 7628,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 223,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 223,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "defaultValue"
                                                              },
                                                              "name": "defaultValue"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 7631,
                                                            "end": 7699,
                                                            "loc": {
                                                              "start": {
                                                                "line": 223,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 223,
                                                                "column": 117
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ObjectExpression",
                                                              "start": 7631,
                                                              "end": 7663,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 223,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 223,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "ObjectProperty",
                                                                  "start": 7633,
                                                                  "end": 7647,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 65
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "StringLiteral",
                                                                    "start": 7633,
                                                                    "end": 7640,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 58
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": "false",
                                                                      "raw": "'false'"
                                                                    },
                                                                    "value": "false"
                                                                  },
                                                                  "value": {
                                                                    "type": "BooleanLiteral",
                                                                    "start": 7642,
                                                                    "end": 7647,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 60
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "value": false
                                                                  }
                                                                },
                                                                {
                                                                  "type": "ObjectProperty",
                                                                  "start": 7649,
                                                                  "end": 7661,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 67
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 79
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "StringLiteral",
                                                                    "start": 7649,
                                                                    "end": 7655,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 67
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 73
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": "true",
                                                                      "raw": "'true'"
                                                                    },
                                                                    "value": "true"
                                                                  },
                                                                  "value": {
                                                                    "type": "BooleanLiteral",
                                                                    "start": 7657,
                                                                    "end": 7661,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 75
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 79
                                                                      }
                                                                    },
                                                                    "value": true
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "MemberExpression",
                                                              "start": 7664,
                                                              "end": 7698,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 223,
                                                                  "column": 82
                                                                },
                                                                "end": {
                                                                  "line": 223,
                                                                  "column": 116
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 7664,
                                                                "end": 7685,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 223,
                                                                    "column": 82
                                                                  },
                                                                  "end": {
                                                                    "line": 223,
                                                                    "column": 103
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 7664,
                                                                  "end": 7670,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 82
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 88
                                                                    },
                                                                    "identifierName": "result"
                                                                  },
                                                                  "name": "result"
                                                                },
                                                                "property": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7671,
                                                                  "end": 7684,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 89
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 102
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 7671,
                                                                    "end": 7678,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 89
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 96
                                                                      },
                                                                      "identifierName": "_result"
                                                                    },
                                                                    "name": "_result"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 7679,
                                                                    "end": 7684,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 97
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 102
                                                                      },
                                                                      "identifierName": "Field"
                                                                    },
                                                                    "name": "Field"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "computed": true
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 7686,
                                                                "end": 7698,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 223,
                                                                    "column": 104
                                                                  },
                                                                  "end": {
                                                                    "line": 223,
                                                                    "column": 116
                                                                  },
                                                                  "identifierName": "defaultValue"
                                                                },
                                                                "name": "defaultValue"
                                                              },
                                                              "computed": false
                                                            },
                                                            "computed": true
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "IfStatement",
                                                        "start": 7714,
                                                        "end": 7840,
                                                        "loc": {
                                                          "start": {
                                                            "line": 225,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 227,
                                                            "column": 13
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "BinaryExpression",
                                                          "start": 7718,
                                                          "end": 7766,
                                                          "loc": {
                                                            "start": {
                                                              "line": 225,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 225,
                                                              "column": 64
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 7718,
                                                            "end": 7752,
                                                            "loc": {
                                                              "start": {
                                                                "line": 225,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 225,
                                                                "column": 50
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 7718,
                                                              "end": 7739,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 225,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 225,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7718,
                                                                "end": 7724,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 225,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 225,
                                                                    "column": 22
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              },
                                                              "property": {
                                                                "type": "MemberExpression",
                                                                "start": 7725,
                                                                "end": 7738,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 225,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 225,
                                                                    "column": 36
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 7725,
                                                                  "end": 7732,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 225,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 225,
                                                                      "column": 30
                                                                    },
                                                                    "identifierName": "_result"
                                                                  },
                                                                  "name": "_result"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7733,
                                                                  "end": 7738,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 225,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 225,
                                                                      "column": 36
                                                                    },
                                                                    "identifierName": "Field"
                                                                  },
                                                                  "name": "Field"
                                                                },
                                                                "computed": false
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7740,
                                                              "end": 7752,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 225,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 225,
                                                                  "column": 50
                                                                },
                                                                "identifierName": "defaultValue"
                                                              },
                                                              "name": "defaultValue"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "===",
                                                          "right": {
                                                            "type": "Identifier",
                                                            "start": 7757,
                                                            "end": 7766,
                                                            "loc": {
                                                              "start": {
                                                                "line": 225,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 225,
                                                                "column": 64
                                                              },
                                                              "identifierName": "undefined"
                                                            },
                                                            "name": "undefined"
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "BlockStatement",
                                                          "start": 7768,
                                                          "end": 7840,
                                                          "loc": {
                                                            "start": {
                                                              "line": 225,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 227,
                                                              "column": 13
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 7784,
                                                              "end": 7826,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 226,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 226,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "AssignmentExpression",
                                                                "start": 7784,
                                                                "end": 7825,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 226,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 226,
                                                                    "column": 55
                                                                  }
                                                                },
                                                                "operator": "=",
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7784,
                                                                  "end": 7818,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 226,
                                                                      "column": 14
                                                                    },
                                                                    "end": {
                                                                      "line": 226,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7784,
                                                                    "end": 7805,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 226,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 226,
                                                                        "column": 35
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 7784,
                                                                      "end": 7790,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 20
                                                                        },
                                                                        "identifierName": "result"
                                                                      },
                                                                      "name": "result"
                                                                    },
                                                                    "property": {
                                                                      "type": "MemberExpression",
                                                                      "start": 7791,
                                                                      "end": 7804,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 34
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 7791,
                                                                        "end": 7798,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 21
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 28
                                                                          },
                                                                          "identifierName": "_result"
                                                                        },
                                                                        "name": "_result"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 7799,
                                                                        "end": 7804,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 34
                                                                          },
                                                                          "identifierName": "Field"
                                                                        },
                                                                        "name": "Field"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 7806,
                                                                    "end": 7818,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 226,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 226,
                                                                        "column": 48
                                                                      },
                                                                      "identifierName": "defaultValue"
                                                                    },
                                                                    "name": "defaultValue"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "right": {
                                                                  "type": "NullLiteral",
                                                                  "start": 7821,
                                                                  "end": 7825,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 226,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 226,
                                                                      "column": 55
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        },
                                                        "alternate": null
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 7864,
                                                  "end": 8343,
                                                  "loc": {
                                                    "start": {
                                                      "line": 230,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 239,
                                                      "column": 11
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 7868,
                                                    "end": 7922,
                                                    "loc": {
                                                      "start": {
                                                        "line": 230,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 230,
                                                        "column": 68
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "UnaryExpression",
                                                      "start": 7868,
                                                      "end": 7909,
                                                      "loc": {
                                                        "start": {
                                                          "line": 230,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 230,
                                                          "column": 55
                                                        }
                                                      },
                                                      "operator": "typeof",
                                                      "prefix": true,
                                                      "argument": {
                                                        "type": "MemberExpression",
                                                        "start": 7875,
                                                        "end": 7909,
                                                        "loc": {
                                                          "start": {
                                                            "line": 230,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 230,
                                                            "column": 55
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 7875,
                                                          "end": 7896,
                                                          "loc": {
                                                            "start": {
                                                              "line": 230,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 230,
                                                              "column": 42
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 7875,
                                                            "end": 7881,
                                                            "loc": {
                                                              "start": {
                                                                "line": 230,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 230,
                                                                "column": 27
                                                              },
                                                              "identifierName": "result"
                                                            },
                                                            "name": "result"
                                                          },
                                                          "property": {
                                                            "type": "MemberExpression",
                                                            "start": 7882,
                                                            "end": 7895,
                                                            "loc": {
                                                              "start": {
                                                                "line": 230,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 230,
                                                                "column": 41
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 7882,
                                                              "end": 7889,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 230,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 230,
                                                                  "column": 35
                                                                },
                                                                "identifierName": "_result"
                                                              },
                                                              "name": "_result"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7890,
                                                              "end": 7895,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 230,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 230,
                                                                  "column": 41
                                                                },
                                                                "identifierName": "Field"
                                                              },
                                                              "name": "Field"
                                                            },
                                                            "computed": false
                                                          },
                                                          "computed": true
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 7897,
                                                          "end": 7909,
                                                          "loc": {
                                                            "start": {
                                                              "line": 230,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 230,
                                                              "column": 55
                                                            },
                                                            "identifierName": "defaultValue"
                                                          },
                                                          "name": "defaultValue"
                                                        },
                                                        "computed": false
                                                      },
                                                      "extra": {
                                                        "parenthesizedArgument": false
                                                      }
                                                    },
                                                    "operator": "===",
                                                    "right": {
                                                      "type": "StringLiteral",
                                                      "start": 7914,
                                                      "end": 7922,
                                                      "loc": {
                                                        "start": {
                                                          "line": 230,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 230,
                                                          "column": 68
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": "string",
                                                        "raw": "'string'"
                                                      },
                                                      "value": "string"
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 7924,
                                                    "end": 8343,
                                                    "loc": {
                                                      "start": {
                                                        "line": 230,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 239,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 7938,
                                                        "end": 8028,
                                                        "loc": {
                                                          "start": {
                                                            "line": 231,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 231,
                                                            "column": 102
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 7938,
                                                          "end": 8027,
                                                          "loc": {
                                                            "start": {
                                                              "line": 231,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 231,
                                                              "column": 101
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 7938,
                                                            "end": 7972,
                                                            "loc": {
                                                              "start": {
                                                                "line": 231,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 231,
                                                                "column": 46
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 7938,
                                                              "end": 7959,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 231,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 231,
                                                                  "column": 33
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 7938,
                                                                "end": 7944,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 18
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              },
                                                              "property": {
                                                                "type": "MemberExpression",
                                                                "start": 7945,
                                                                "end": 7958,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 7945,
                                                                  "end": 7952,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 231,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 231,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "_result"
                                                                  },
                                                                  "name": "_result"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7953,
                                                                  "end": 7958,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 231,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 231,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "Field"
                                                                  },
                                                                  "name": "Field"
                                                                },
                                                                "computed": false
                                                              },
                                                              "computed": true
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 7960,
                                                              "end": 7972,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 231,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 231,
                                                                  "column": 46
                                                                },
                                                                "identifierName": "defaultValue"
                                                              },
                                                              "name": "defaultValue"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "CallExpression",
                                                            "start": 7975,
                                                            "end": 8027,
                                                            "loc": {
                                                              "start": {
                                                                "line": 231,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 231,
                                                                "column": 101
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 7975,
                                                              "end": 8017,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 231,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 231,
                                                                  "column": 91
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 7975,
                                                                "end": 8009,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 49
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 83
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 7975,
                                                                  "end": 7996,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 231,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 231,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 7975,
                                                                    "end": 7981,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 231,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 231,
                                                                        "column": 55
                                                                      },
                                                                      "identifierName": "result"
                                                                    },
                                                                    "name": "result"
                                                                  },
                                                                  "property": {
                                                                    "type": "MemberExpression",
                                                                    "start": 7982,
                                                                    "end": 7995,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 231,
                                                                        "column": 56
                                                                      },
                                                                      "end": {
                                                                        "line": 231,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 7982,
                                                                      "end": 7989,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 231,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 231,
                                                                          "column": 63
                                                                        },
                                                                        "identifierName": "_result"
                                                                      },
                                                                      "name": "_result"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 7990,
                                                                      "end": 7995,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 231,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 231,
                                                                          "column": 69
                                                                        },
                                                                        "identifierName": "Field"
                                                                      },
                                                                      "name": "Field"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 7997,
                                                                  "end": 8009,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 231,
                                                                      "column": 71
                                                                    },
                                                                    "end": {
                                                                      "line": 231,
                                                                      "column": 83
                                                                    },
                                                                    "identifierName": "defaultValue"
                                                                  },
                                                                  "name": "defaultValue"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 8010,
                                                                "end": 8017,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 84
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 91
                                                                  },
                                                                  "identifierName": "replace"
                                                                },
                                                                "name": "replace"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "RegExpLiteral",
                                                                "start": 8018,
                                                                "end": 8022,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 92
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 96
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "raw": "/'/g"
                                                                },
                                                                "pattern": "'",
                                                                "flags": "g"
                                                              },
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 8024,
                                                                "end": 8026,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 98
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 100
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "",
                                                                  "raw": "''"
                                                                },
                                                                "value": ""
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "IfStatement",
                                                        "start": 8042,
                                                        "end": 8331,
                                                        "loc": {
                                                          "start": {
                                                            "line": 233,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 238,
                                                            "column": 13
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "BinaryExpression",
                                                          "start": 8046,
                                                          "end": 8099,
                                                          "loc": {
                                                            "start": {
                                                              "line": 233,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 233,
                                                              "column": 69
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "CallExpression",
                                                            "start": 8046,
                                                            "end": 8094,
                                                            "loc": {
                                                              "start": {
                                                                "line": 233,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 233,
                                                                "column": 64
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 8046,
                                                              "end": 8088,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 233,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 233,
                                                                  "column": 58
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 8046,
                                                                "end": 8080,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 233,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 233,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 8046,
                                                                  "end": 8067,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 233,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 233,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 8046,
                                                                    "end": 8052,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 233,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 233,
                                                                        "column": 22
                                                                      },
                                                                      "identifierName": "result"
                                                                    },
                                                                    "name": "result"
                                                                  },
                                                                  "property": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8053,
                                                                    "end": 8066,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 233,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 233,
                                                                        "column": 36
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 8053,
                                                                      "end": 8060,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 233,
                                                                          "column": 23
                                                                        },
                                                                        "end": {
                                                                          "line": 233,
                                                                          "column": 30
                                                                        },
                                                                        "identifierName": "_result"
                                                                      },
                                                                      "name": "_result"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8061,
                                                                      "end": 8066,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 233,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 233,
                                                                          "column": 36
                                                                        },
                                                                        "identifierName": "Field"
                                                                      },
                                                                      "name": "Field"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 8068,
                                                                  "end": 8080,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 233,
                                                                      "column": 38
                                                                    },
                                                                    "end": {
                                                                      "line": 233,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "defaultValue"
                                                                  },
                                                                  "name": "defaultValue"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 8081,
                                                                "end": 8088,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 233,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 233,
                                                                    "column": 58
                                                                  },
                                                                  "identifierName": "indexOf"
                                                                },
                                                                "name": "indexOf"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "StringLiteral",
                                                                "start": 8089,
                                                                "end": 8093,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 233,
                                                                    "column": 59
                                                                  },
                                                                  "end": {
                                                                    "line": 233,
                                                                    "column": 63
                                                                  }
                                                                },
                                                                "extra": {
                                                                  "rawValue": "::",
                                                                  "raw": "'::'"
                                                                },
                                                                "value": "::"
                                                              }
                                                            ]
                                                          },
                                                          "operator": ">",
                                                          "right": {
                                                            "type": "UnaryExpression",
                                                            "start": 8097,
                                                            "end": 8099,
                                                            "loc": {
                                                              "start": {
                                                                "line": 233,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 233,
                                                                "column": 69
                                                              }
                                                            },
                                                            "operator": "-",
                                                            "prefix": true,
                                                            "argument": {
                                                              "type": "NumericLiteral",
                                                              "start": 8098,
                                                              "end": 8099,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 233,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 233,
                                                                  "column": 69
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 1,
                                                                "raw": "1"
                                                              },
                                                              "value": 1
                                                            },
                                                            "extra": {
                                                              "parenthesizedArgument": false
                                                            }
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "BlockStatement",
                                                          "start": 8101,
                                                          "end": 8331,
                                                          "loc": {
                                                            "start": {
                                                              "line": 233,
                                                              "column": 71
                                                            },
                                                            "end": {
                                                              "line": 238,
                                                              "column": 13
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "start": 8117,
                                                              "end": 8178,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 234,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 234,
                                                                  "column": 75
                                                                }
                                                              },
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "start": 8123,
                                                                  "end": 8177,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 234,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 234,
                                                                      "column": 74
                                                                    }
                                                                  },
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "start": 8123,
                                                                    "end": 8128,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 234,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 234,
                                                                        "column": 25
                                                                      },
                                                                      "identifierName": "split"
                                                                    },
                                                                    "name": "split"
                                                                  },
                                                                  "init": {
                                                                    "type": "CallExpression",
                                                                    "start": 8131,
                                                                    "end": 8177,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 234,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 234,
                                                                        "column": 74
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8131,
                                                                      "end": 8171,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 234,
                                                                          "column": 28
                                                                        },
                                                                        "end": {
                                                                          "line": 234,
                                                                          "column": 68
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8131,
                                                                        "end": 8165,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 234,
                                                                            "column": 28
                                                                          },
                                                                          "end": {
                                                                            "line": 234,
                                                                            "column": 62
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 8131,
                                                                          "end": 8152,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 234,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 234,
                                                                              "column": 49
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 8131,
                                                                            "end": 8137,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 234,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 234,
                                                                                "column": 34
                                                                              },
                                                                              "identifierName": "result"
                                                                            },
                                                                            "name": "result"
                                                                          },
                                                                          "property": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8138,
                                                                            "end": 8151,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 234,
                                                                                "column": 35
                                                                              },
                                                                              "end": {
                                                                                "line": 234,
                                                                                "column": 48
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 8138,
                                                                              "end": 8145,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 234,
                                                                                  "column": 35
                                                                                },
                                                                                "end": {
                                                                                  "line": 234,
                                                                                  "column": 42
                                                                                },
                                                                                "identifierName": "_result"
                                                                              },
                                                                              "name": "_result"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8146,
                                                                              "end": 8151,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 234,
                                                                                  "column": 43
                                                                                },
                                                                                "end": {
                                                                                  "line": 234,
                                                                                  "column": 48
                                                                                },
                                                                                "identifierName": "Field"
                                                                              },
                                                                              "name": "Field"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "computed": true
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8153,
                                                                          "end": 8165,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 234,
                                                                              "column": 50
                                                                            },
                                                                            "end": {
                                                                              "line": 234,
                                                                              "column": 62
                                                                            },
                                                                            "identifierName": "defaultValue"
                                                                          },
                                                                          "name": "defaultValue"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 8166,
                                                                        "end": 8171,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 234,
                                                                            "column": 63
                                                                          },
                                                                          "end": {
                                                                            "line": 234,
                                                                            "column": 68
                                                                          },
                                                                          "identifierName": "split"
                                                                        },
                                                                        "name": "split"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "StringLiteral",
                                                                        "start": 8172,
                                                                        "end": 8176,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 234,
                                                                            "column": 69
                                                                          },
                                                                          "end": {
                                                                            "line": 234,
                                                                            "column": 73
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": "::",
                                                                          "raw": "'::'"
                                                                        },
                                                                        "value": "::"
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "const"
                                                            },
                                                            {
                                                              "type": "IfStatement",
                                                              "start": 8193,
                                                              "end": 8317,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 235,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 237,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "BinaryExpression",
                                                                "start": 8197,
                                                                "end": 8235,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 235,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 235,
                                                                    "column": 56
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "CallExpression",
                                                                  "start": 8197,
                                                                  "end": 8219,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 235,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 235,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 8197,
                                                                    "end": 8217,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 235,
                                                                        "column": 18
                                                                      },
                                                                      "end": {
                                                                        "line": 235,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 8197,
                                                                      "end": 8205,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 235,
                                                                          "column": 18
                                                                        },
                                                                        "end": {
                                                                          "line": 235,
                                                                          "column": 26
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 8197,
                                                                        "end": 8202,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 235,
                                                                            "column": 18
                                                                          },
                                                                          "end": {
                                                                            "line": 235,
                                                                            "column": 23
                                                                          },
                                                                          "identifierName": "split"
                                                                        },
                                                                        "name": "split"
                                                                      },
                                                                      "property": {
                                                                        "type": "NumericLiteral",
                                                                        "start": 8203,
                                                                        "end": 8204,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 235,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 235,
                                                                            "column": 25
                                                                          }
                                                                        },
                                                                        "extra": {
                                                                          "rawValue": 1,
                                                                          "raw": "1"
                                                                        },
                                                                        "value": 1
                                                                      },
                                                                      "computed": true
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 8206,
                                                                      "end": 8217,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 235,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 235,
                                                                          "column": 38
                                                                        },
                                                                        "identifierName": "toLowerCase"
                                                                      },
                                                                      "name": "toLowerCase"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "operator": "!==",
                                                                "right": {
                                                                  "type": "StringLiteral",
                                                                  "start": 8224,
                                                                  "end": 8235,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 235,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 235,
                                                                      "column": 56
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": "regclass)",
                                                                    "raw": "'regclass)'"
                                                                  },
                                                                  "value": "regclass)"
                                                                }
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "start": 8237,
                                                                "end": 8317,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 235,
                                                                    "column": 58
                                                                  },
                                                                  "end": {
                                                                    "line": 237,
                                                                    "column": 15
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 8255,
                                                                    "end": 8301,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 236,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 236,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "AssignmentExpression",
                                                                      "start": 8255,
                                                                      "end": 8300,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 236,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 236,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "operator": "=",
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8255,
                                                                        "end": 8289,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 236,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 236,
                                                                            "column": 50
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 8255,
                                                                          "end": 8276,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 8255,
                                                                            "end": 8261,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 22
                                                                              },
                                                                              "identifierName": "result"
                                                                            },
                                                                            "name": "result"
                                                                          },
                                                                          "property": {
                                                                            "type": "MemberExpression",
                                                                            "start": 8262,
                                                                            "end": 8275,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 23
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 36
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 8262,
                                                                              "end": 8269,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 23
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 30
                                                                                },
                                                                                "identifierName": "_result"
                                                                              },
                                                                              "name": "_result"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 8270,
                                                                              "end": 8275,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 31
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 36
                                                                                },
                                                                                "identifierName": "Field"
                                                                              },
                                                                              "name": "Field"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "computed": true
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 8277,
                                                                          "end": 8289,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 38
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 50
                                                                            },
                                                                            "identifierName": "defaultValue"
                                                                          },
                                                                          "name": "defaultValue"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "right": {
                                                                        "type": "MemberExpression",
                                                                        "start": 8292,
                                                                        "end": 8300,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 236,
                                                                            "column": 53
                                                                          },
                                                                          "end": {
                                                                            "line": 236,
                                                                            "column": 61
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 8292,
                                                                          "end": 8297,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 53
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 58
                                                                            },
                                                                            "identifierName": "split"
                                                                          },
                                                                          "name": "split"
                                                                        },
                                                                        "property": {
                                                                          "type": "NumericLiteral",
                                                                          "start": 8298,
                                                                          "end": 8299,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 59
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 60
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "rawValue": 0,
                                                                            "raw": "0"
                                                                          },
                                                                          "value": 0
                                                                        },
                                                                        "computed": true
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "directives": []
                                                              },
                                                              "alternate": null
                                                            }
                                                          ],
                                                          "directives": []
                                                        },
                                                        "alternate": null
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                }
                                              ],
                                              "directives": []
                                            }
                                          },
                                          {
                                            "type": "ReturnStatement",
                                            "start": 8363,
                                            "end": 8377,
                                            "loc": {
                                              "start": {
                                                "line": 242,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 242,
                                                "column": 22
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 8370,
                                              "end": 8376,
                                              "loc": {
                                                "start": {
                                                  "line": 242,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 242,
                                                  "column": 21
                                                },
                                                "identifierName": "result"
                                              },
                                              "name": "result"
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": {
                                        "type": "IfStatement",
                                        "start": 8391,
                                        "end": 9696,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 7
                                          }
                                        },
                                        "test": {
                                          "type": "CallExpression",
                                          "start": 8395,
                                          "end": 8416,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 243,
                                              "column": 38
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 8395,
                                            "end": 8414,
                                            "loc": {
                                              "start": {
                                                "line": 243,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 243,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 8395,
                                              "end": 8399,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8400,
                                              "end": 8414,
                                              "loc": {
                                                "start": {
                                                  "line": 243,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 243,
                                                  "column": 36
                                                },
                                                "identifierName": "isVersionQuery"
                                              },
                                              "name": "isVersionQuery"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 8418,
                                          "end": 8469,
                                          "loc": {
                                            "start": {
                                              "line": 243,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 245,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "start": 8428,
                                              "end": 8461,
                                              "loc": {
                                                "start": {
                                                  "line": 244,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 244,
                                                  "column": 41
                                                }
                                              },
                                              "argument": {
                                                "type": "MemberExpression",
                                                "start": 8435,
                                                "end": 8460,
                                                "loc": {
                                                  "start": {
                                                    "line": 244,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 244,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8435,
                                                  "end": 8445,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 25
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8435,
                                                    "end": 8442,
                                                    "loc": {
                                                      "start": {
                                                        "line": 244,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 244,
                                                        "column": 22
                                                      },
                                                      "identifierName": "results"
                                                    },
                                                    "name": "results"
                                                  },
                                                  "property": {
                                                    "type": "NumericLiteral",
                                                    "start": 8443,
                                                    "end": 8444,
                                                    "loc": {
                                                      "start": {
                                                        "line": 244,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 244,
                                                        "column": 24
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  "computed": true
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8446,
                                                  "end": 8460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 244,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 244,
                                                      "column": 40
                                                    },
                                                    "identifierName": "server_version"
                                                  },
                                                  "name": "server_version"
                                                },
                                                "computed": false
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": {
                                          "type": "IfStatement",
                                          "start": 8475,
                                          "end": 9696,
                                          "loc": {
                                            "start": {
                                              "line": 245,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 278,
                                              "column": 7
                                            }
                                          },
                                          "test": {
                                            "type": "CallExpression",
                                            "start": 8479,
                                            "end": 8507,
                                            "loc": {
                                              "start": {
                                                "line": 245,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 245,
                                                "column": 45
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8479,
                                              "end": 8505,
                                              "loc": {
                                                "start": {
                                                  "line": 245,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 245,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 8479,
                                                "end": 8483,
                                                "loc": {
                                                  "start": {
                                                    "line": 245,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 245,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8484,
                                                "end": 8505,
                                                "loc": {
                                                  "start": {
                                                    "line": 245,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 245,
                                                    "column": 43
                                                  },
                                                  "identifierName": "isShowOrDescribeQuery"
                                                },
                                                "name": "isShowOrDescribeQuery"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 8509,
                                            "end": 8542,
                                            "loc": {
                                              "start": {
                                                "line": 245,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 247,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "start": 8519,
                                                "end": 8534,
                                                "loc": {
                                                  "start": {
                                                    "line": 246,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 246,
                                                    "column": 23
                                                  }
                                                },
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 8526,
                                                  "end": 8533,
                                                  "loc": {
                                                    "start": {
                                                      "line": 246,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 246,
                                                      "column": 22
                                                    },
                                                    "identifierName": "results"
                                                  },
                                                  "name": "results"
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": {
                                            "type": "IfStatement",
                                            "start": 8548,
                                            "end": 9696,
                                            "loc": {
                                              "start": {
                                                "line": 247,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 278,
                                                "column": 7
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 8552,
                                              "end": 8595,
                                              "loc": {
                                                "start": {
                                                  "line": 247,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 247,
                                                  "column": 60
                                                }
                                              },
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 8552,
                                                "end": 8573,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 247,
                                                    "column": 38
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8552,
                                                  "end": 8562,
                                                  "loc": {
                                                    "start": {
                                                      "line": 247,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 27
                                                    },
                                                    "identifierName": "QueryTypes"
                                                  },
                                                  "name": "QueryTypes"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8563,
                                                  "end": 8573,
                                                  "loc": {
                                                    "start": {
                                                      "line": 247,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 38
                                                    },
                                                    "identifierName": "BULKUPDATE"
                                                  },
                                                  "name": "BULKUPDATE"
                                                },
                                                "computed": false
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 8578,
                                                "end": 8595,
                                                "loc": {
                                                  "start": {
                                                    "line": 247,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 247,
                                                    "column": 60
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 8578,
                                                  "end": 8590,
                                                  "loc": {
                                                    "start": {
                                                      "line": 247,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 55
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 8578,
                                                    "end": 8582,
                                                    "loc": {
                                                      "start": {
                                                        "line": 247,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8583,
                                                    "end": 8590,
                                                    "loc": {
                                                      "start": {
                                                        "line": 247,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 247,
                                                        "column": 55
                                                      },
                                                      "identifierName": "options"
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8591,
                                                  "end": 8595,
                                                  "loc": {
                                                    "start": {
                                                      "line": 247,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 247,
                                                      "column": 60
                                                    },
                                                    "identifierName": "type"
                                                  },
                                                  "name": "type"
                                                },
                                                "computed": false
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 8597,
                                              "end": 8749,
                                              "loc": {
                                                "start": {
                                                  "line": 247,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 7
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "IfStatement",
                                                  "start": 8607,
                                                  "end": 8695,
                                                  "loc": {
                                                    "start": {
                                                      "line": 248,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 250,
                                                      "column": 9
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "UnaryExpression",
                                                    "start": 8611,
                                                    "end": 8634,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 248,
                                                        "column": 35
                                                      }
                                                    },
                                                    "operator": "!",
                                                    "prefix": true,
                                                    "argument": {
                                                      "type": "MemberExpression",
                                                      "start": 8612,
                                                      "end": 8634,
                                                      "loc": {
                                                        "start": {
                                                          "line": 248,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 248,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 8612,
                                                        "end": 8624,
                                                        "loc": {
                                                          "start": {
                                                            "line": 248,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 248,
                                                            "column": 25
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 8612,
                                                          "end": 8616,
                                                          "loc": {
                                                            "start": {
                                                              "line": 248,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 248,
                                                              "column": 17
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8617,
                                                          "end": 8624,
                                                          "loc": {
                                                            "start": {
                                                              "line": 248,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 248,
                                                              "column": 25
                                                            },
                                                            "identifierName": "options"
                                                          },
                                                          "name": "options"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8625,
                                                        "end": 8634,
                                                        "loc": {
                                                          "start": {
                                                            "line": 248,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 248,
                                                            "column": 35
                                                          },
                                                          "identifierName": "returning"
                                                        },
                                                        "name": "returning"
                                                      },
                                                      "computed": false
                                                    },
                                                    "extra": {
                                                      "parenthesizedArgument": false
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 8636,
                                                    "end": 8695,
                                                    "loc": {
                                                      "start": {
                                                        "line": 248,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 250,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 8648,
                                                        "end": 8685,
                                                        "loc": {
                                                          "start": {
                                                            "line": 249,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 249,
                                                            "column": 47
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 8655,
                                                          "end": 8684,
                                                          "loc": {
                                                            "start": {
                                                              "line": 249,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 249,
                                                              "column": 46
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 8655,
                                                            "end": 8663,
                                                            "loc": {
                                                              "start": {
                                                                "line": 249,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 249,
                                                                "column": 25
                                                              },
                                                              "identifierName": "parseInt"
                                                            },
                                                            "name": "parseInt"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 8664,
                                                              "end": 8679,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 249,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 249,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 8664,
                                                                "end": 8670,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 249,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 249,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 8671,
                                                                "end": 8679,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 249,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 249,
                                                                    "column": 41
                                                                  },
                                                                  "identifierName": "rowCount"
                                                                },
                                                                "name": "rowCount"
                                                              },
                                                              "computed": false
                                                            },
                                                            {
                                                              "type": "NumericLiteral",
                                                              "start": 8681,
                                                              "end": 8683,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 249,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 249,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 10,
                                                                "raw": "10"
                                                              },
                                                              "value": 10
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 8705,
                                                  "end": 8741,
                                                  "loc": {
                                                    "start": {
                                                      "line": 252,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 252,
                                                      "column": 44
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 8712,
                                                    "end": 8740,
                                                    "loc": {
                                                      "start": {
                                                        "line": 252,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 252,
                                                        "column": 43
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 8712,
                                                      "end": 8734,
                                                      "loc": {
                                                        "start": {
                                                          "line": 252,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 252,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 8712,
                                                        "end": 8716,
                                                        "loc": {
                                                          "start": {
                                                            "line": 252,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 252,
                                                            "column": 19
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 8717,
                                                        "end": 8734,
                                                        "loc": {
                                                          "start": {
                                                            "line": 252,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 252,
                                                            "column": 37
                                                          },
                                                          "identifierName": "handleSelectQuery"
                                                        },
                                                        "name": "handleSelectQuery"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 8735,
                                                        "end": 8739,
                                                        "loc": {
                                                          "start": {
                                                            "line": 252,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 252,
                                                            "column": 42
                                                          },
                                                          "identifierName": "rows"
                                                        },
                                                        "name": "rows"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            },
                                            "alternate": {
                                              "type": "IfStatement",
                                              "start": 8755,
                                              "end": 9696,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 278,
                                                  "column": 7
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 8759,
                                                "end": 8802,
                                                "loc": {
                                                  "start": {
                                                    "line": 253,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 253,
                                                    "column": 60
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 8759,
                                                  "end": 8780,
                                                  "loc": {
                                                    "start": {
                                                      "line": 253,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 253,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 8759,
                                                    "end": 8769,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 27
                                                      },
                                                      "identifierName": "QueryTypes"
                                                    },
                                                    "name": "QueryTypes"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8770,
                                                    "end": 8780,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 38
                                                      },
                                                      "identifierName": "BULKDELETE"
                                                    },
                                                    "name": "BULKDELETE"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "===",
                                                "right": {
                                                  "type": "MemberExpression",
                                                  "start": 8785,
                                                  "end": 8802,
                                                  "loc": {
                                                    "start": {
                                                      "line": 253,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 253,
                                                      "column": 60
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 8785,
                                                    "end": 8797,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 55
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 8785,
                                                      "end": 8789,
                                                      "loc": {
                                                        "start": {
                                                          "line": 253,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 253,
                                                          "column": 47
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 8790,
                                                      "end": 8797,
                                                      "loc": {
                                                        "start": {
                                                          "line": 253,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 253,
                                                          "column": 55
                                                        },
                                                        "identifierName": "options"
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 8798,
                                                    "end": 8802,
                                                    "loc": {
                                                      "start": {
                                                        "line": 253,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 253,
                                                        "column": 60
                                                      },
                                                      "identifierName": "type"
                                                    },
                                                    "name": "type"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 8804,
                                                "end": 8859,
                                                "loc": {
                                                  "start": {
                                                    "line": 253,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 255,
                                                    "column": 7
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 8814,
                                                    "end": 8851,
                                                    "loc": {
                                                      "start": {
                                                        "line": 254,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 254,
                                                        "column": 45
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 8821,
                                                      "end": 8850,
                                                      "loc": {
                                                        "start": {
                                                          "line": 254,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 254,
                                                          "column": 44
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 8821,
                                                        "end": 8829,
                                                        "loc": {
                                                          "start": {
                                                            "line": 254,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 254,
                                                            "column": 23
                                                          },
                                                          "identifierName": "parseInt"
                                                        },
                                                        "name": "parseInt"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 8830,
                                                          "end": 8845,
                                                          "loc": {
                                                            "start": {
                                                              "line": 254,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 254,
                                                              "column": 39
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 8830,
                                                            "end": 8836,
                                                            "loc": {
                                                              "start": {
                                                                "line": 254,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 254,
                                                                "column": 30
                                                              },
                                                              "identifierName": "result"
                                                            },
                                                            "name": "result"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 8837,
                                                            "end": 8845,
                                                            "loc": {
                                                              "start": {
                                                                "line": 254,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 254,
                                                                "column": 39
                                                              },
                                                              "identifierName": "rowCount"
                                                            },
                                                            "name": "rowCount"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "NumericLiteral",
                                                          "start": 8847,
                                                          "end": 8849,
                                                          "loc": {
                                                            "start": {
                                                              "line": 254,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 254,
                                                              "column": 43
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 10,
                                                            "raw": "10"
                                                          },
                                                          "value": 10
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              },
                                              "alternate": {
                                                "type": "IfStatement",
                                                "start": 8865,
                                                "end": 9696,
                                                "loc": {
                                                  "start": {
                                                    "line": 255,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 278,
                                                    "column": 7
                                                  }
                                                },
                                                "test": {
                                                  "type": "CallExpression",
                                                  "start": 8869,
                                                  "end": 8889,
                                                  "loc": {
                                                    "start": {
                                                      "line": 255,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 255,
                                                      "column": 37
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 8869,
                                                    "end": 8887,
                                                    "loc": {
                                                      "start": {
                                                        "line": 255,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 255,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 8869,
                                                      "end": 8873,
                                                      "loc": {
                                                        "start": {
                                                          "line": 255,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 255,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 8874,
                                                      "end": 8887,
                                                      "loc": {
                                                        "start": {
                                                          "line": 255,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 255,
                                                          "column": 35
                                                        },
                                                        "identifierName": "isUpsertQuery"
                                                      },
                                                      "name": "isUpsertQuery"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 8891,
                                                  "end": 8941,
                                                  "loc": {
                                                    "start": {
                                                      "line": 255,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 257,
                                                      "column": 7
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 8901,
                                                      "end": 8933,
                                                      "loc": {
                                                        "start": {
                                                          "line": 256,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 256,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "MemberExpression",
                                                        "start": 8908,
                                                        "end": 8932,
                                                        "loc": {
                                                          "start": {
                                                            "line": 256,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 256,
                                                            "column": 39
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 8908,
                                                          "end": 8915,
                                                          "loc": {
                                                            "start": {
                                                              "line": 256,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 256,
                                                              "column": 22
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 8908,
                                                            "end": 8912,
                                                            "loc": {
                                                              "start": {
                                                                "line": 256,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 256,
                                                                "column": 19
                                                              },
                                                              "identifierName": "rows"
                                                            },
                                                            "name": "rows"
                                                          },
                                                          "property": {
                                                            "type": "NumericLiteral",
                                                            "start": 8913,
                                                            "end": 8914,
                                                            "loc": {
                                                              "start": {
                                                                "line": 256,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 256,
                                                                "column": 21
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": 0,
                                                              "raw": "0"
                                                            },
                                                            "value": 0
                                                          },
                                                          "computed": true
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8916,
                                                          "end": 8932,
                                                          "loc": {
                                                            "start": {
                                                              "line": 256,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 256,
                                                              "column": 39
                                                            },
                                                            "identifierName": "sequelize_upsert"
                                                          },
                                                          "name": "sequelize_upsert"
                                                        },
                                                        "computed": false
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": {
                                                  "type": "IfStatement",
                                                  "start": 8947,
                                                  "end": 9696,
                                                  "loc": {
                                                    "start": {
                                                      "line": 257,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 278,
                                                      "column": 7
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "LogicalExpression",
                                                    "start": 8951,
                                                    "end": 8995,
                                                    "loc": {
                                                      "start": {
                                                        "line": 257,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 257,
                                                        "column": 61
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "CallExpression",
                                                      "start": 8951,
                                                      "end": 8971,
                                                      "loc": {
                                                        "start": {
                                                          "line": 257,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 257,
                                                          "column": 37
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 8951,
                                                        "end": 8969,
                                                        "loc": {
                                                          "start": {
                                                            "line": 257,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 257,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 8951,
                                                          "end": 8955,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8956,
                                                          "end": 8969,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 35
                                                            },
                                                            "identifierName": "isInsertQuery"
                                                          },
                                                          "name": "isInsertQuery"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    },
                                                    "operator": "||",
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 8975,
                                                      "end": 8995,
                                                      "loc": {
                                                        "start": {
                                                          "line": 257,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 257,
                                                          "column": 61
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 8975,
                                                        "end": 8993,
                                                        "loc": {
                                                          "start": {
                                                            "line": 257,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 257,
                                                            "column": 59
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 8975,
                                                          "end": 8979,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 45
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 8980,
                                                          "end": 8993,
                                                          "loc": {
                                                            "start": {
                                                              "line": 257,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 257,
                                                              "column": 59
                                                            },
                                                            "identifierName": "isUpdateQuery"
                                                          },
                                                          "name": "isUpdateQuery"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 8997,
                                                    "end": 9588,
                                                    "loc": {
                                                      "start": {
                                                        "line": 257,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 7
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "IfStatement",
                                                        "start": 9007,
                                                        "end": 9432,
                                                        "loc": {
                                                          "start": {
                                                            "line": 258,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 268,
                                                            "column": 9
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "LogicalExpression",
                                                          "start": 9011,
                                                          "end": 9052,
                                                          "loc": {
                                                            "start": {
                                                              "line": 258,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 258,
                                                              "column": 53
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 9011,
                                                            "end": 9024,
                                                            "loc": {
                                                              "start": {
                                                                "line": 258,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 258,
                                                                "column": 25
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 9011,
                                                              "end": 9015,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 258,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 258,
                                                                  "column": 16
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9016,
                                                              "end": 9024,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 258,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 258,
                                                                  "column": 25
                                                                },
                                                                "identifierName": "instance"
                                                              },
                                                              "name": "instance"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "&&",
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 9028,
                                                            "end": 9052,
                                                            "loc": {
                                                              "start": {
                                                                "line": 258,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 258,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 9028,
                                                              "end": 9041,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 258,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 258,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 9028,
                                                                "end": 9032,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 258,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 258,
                                                                    "column": 33
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9033,
                                                                "end": 9041,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 258,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 258,
                                                                    "column": 42
                                                                  },
                                                                  "identifierName": "instance"
                                                                },
                                                                "name": "instance"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9042,
                                                              "end": 9052,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 258,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 258,
                                                                  "column": 53
                                                                },
                                                                "identifierName": "dataValues"
                                                              },
                                                              "name": "dataValues"
                                                            },
                                                            "computed": false
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "BlockStatement",
                                                          "start": 9054,
                                                          "end": 9432,
                                                          "loc": {
                                                            "start": {
                                                              "line": 258,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 268,
                                                              "column": 9
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ForInStatement",
                                                              "start": 9066,
                                                              "end": 9422,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 259,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 267,
                                                                  "column": 11
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "VariableDeclaration",
                                                                "start": 9071,
                                                                "end": 9080,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 259,
                                                                    "column": 15
                                                                  },
                                                                  "end": {
                                                                    "line": 259,
                                                                    "column": 24
                                                                  }
                                                                },
                                                                "declarations": [
                                                                  {
                                                                    "type": "VariableDeclarator",
                                                                    "start": 9077,
                                                                    "end": 9080,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 259,
                                                                        "column": 21
                                                                      },
                                                                      "end": {
                                                                        "line": 259,
                                                                        "column": 24
                                                                      }
                                                                    },
                                                                    "id": {
                                                                      "type": "Identifier",
                                                                      "start": 9077,
                                                                      "end": 9080,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 259,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 259,
                                                                          "column": 24
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "init": null
                                                                  }
                                                                ],
                                                                "kind": "const"
                                                              },
                                                              "right": {
                                                                "type": "MemberExpression",
                                                                "start": 9084,
                                                                "end": 9091,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 259,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 259,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 9084,
                                                                  "end": 9088,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 259,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 259,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "rows"
                                                                  },
                                                                  "name": "rows"
                                                                },
                                                                "property": {
                                                                  "type": "NumericLiteral",
                                                                  "start": 9089,
                                                                  "end": 9090,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 259,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 259,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  },
                                                                  "value": 0
                                                                },
                                                                "computed": true
                                                              },
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "start": 9093,
                                                                "end": 9422,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 259,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 267,
                                                                    "column": 11
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "IfStatement",
                                                                    "start": 9107,
                                                                    "end": 9410,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 260,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 266,
                                                                        "column": 13
                                                                      }
                                                                    },
                                                                    "test": {
                                                                      "type": "CallExpression",
                                                                      "start": 9111,
                                                                      "end": 9138,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 260,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 260,
                                                                          "column": 43
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 9111,
                                                                        "end": 9133,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 260,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 260,
                                                                            "column": 38
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 9111,
                                                                          "end": 9118,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 260,
                                                                              "column": 16
                                                                            },
                                                                            "end": {
                                                                              "line": 260,
                                                                              "column": 23
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 9111,
                                                                            "end": 9115,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 260,
                                                                                "column": 16
                                                                              },
                                                                              "end": {
                                                                                "line": 260,
                                                                                "column": 20
                                                                              },
                                                                              "identifierName": "rows"
                                                                            },
                                                                            "name": "rows"
                                                                          },
                                                                          "property": {
                                                                            "type": "NumericLiteral",
                                                                            "start": 9116,
                                                                            "end": 9117,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 260,
                                                                                "column": 21
                                                                              },
                                                                              "end": {
                                                                                "line": 260,
                                                                                "column": 22
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "rawValue": 0,
                                                                              "raw": "0"
                                                                            },
                                                                            "value": 0
                                                                          },
                                                                          "computed": true
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 9119,
                                                                          "end": 9133,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 260,
                                                                              "column": 24
                                                                            },
                                                                            "end": {
                                                                              "line": 260,
                                                                              "column": 38
                                                                            },
                                                                            "identifierName": "hasOwnProperty"
                                                                          },
                                                                          "name": "hasOwnProperty"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 9134,
                                                                          "end": 9137,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 260,
                                                                              "column": 39
                                                                            },
                                                                            "end": {
                                                                              "line": 260,
                                                                              "column": 42
                                                                            },
                                                                            "identifierName": "key"
                                                                          },
                                                                          "name": "key"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "consequent": {
                                                                      "type": "BlockStatement",
                                                                      "start": 9140,
                                                                      "end": 9410,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 260,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 266,
                                                                          "column": 13
                                                                        }
                                                                      },
                                                                      "body": [
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 9156,
                                                                          "end": 9184,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 261,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 261,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 9162,
                                                                              "end": 9183,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 261,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 261,
                                                                                  "column": 41
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 9162,
                                                                                "end": 9168,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 261,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 261,
                                                                                    "column": 26
                                                                                  },
                                                                                  "identifierName": "record"
                                                                                },
                                                                                "name": "record"
                                                                              },
                                                                              "init": {
                                                                                "type": "MemberExpression",
                                                                                "start": 9171,
                                                                                "end": 9183,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 261,
                                                                                    "column": 29
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 261,
                                                                                    "column": 41
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 9171,
                                                                                  "end": 9178,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 261,
                                                                                      "column": 29
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 261,
                                                                                      "column": 36
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 9171,
                                                                                    "end": 9175,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 261,
                                                                                        "column": 29
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 261,
                                                                                        "column": 33
                                                                                      },
                                                                                      "identifierName": "rows"
                                                                                    },
                                                                                    "name": "rows"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "NumericLiteral",
                                                                                    "start": 9176,
                                                                                    "end": 9177,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 261,
                                                                                        "column": 34
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 261,
                                                                                        "column": 35
                                                                                      }
                                                                                    },
                                                                                    "extra": {
                                                                                      "rawValue": 0,
                                                                                      "raw": "0"
                                                                                    },
                                                                                    "value": 0
                                                                                  },
                                                                                  "computed": true
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 9179,
                                                                                  "end": 9182,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 261,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 261,
                                                                                      "column": 40
                                                                                    },
                                                                                    "identifierName": "key"
                                                                                  },
                                                                                  "name": "key"
                                                                                },
                                                                                "computed": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "const"
                                                                        },
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "start": 9200,
                                                                          "end": 9315,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 263,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 263,
                                                                              "column": 129
                                                                            }
                                                                          },
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "start": 9206,
                                                                              "end": 9314,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 263,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 263,
                                                                                  "column": 128
                                                                                }
                                                                              },
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "start": 9206,
                                                                                "end": 9210,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 263,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 263,
                                                                                    "column": 24
                                                                                  },
                                                                                  "identifierName": "attr"
                                                                                },
                                                                                "name": "attr"
                                                                              },
                                                                              "init": {
                                                                                "type": "CallExpression",
                                                                                "start": 9213,
                                                                                "end": 9314,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 263,
                                                                                    "column": 27
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 263,
                                                                                    "column": 128
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 9213,
                                                                                  "end": 9219,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 263,
                                                                                      "column": 27
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 263,
                                                                                      "column": 33
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 9213,
                                                                                    "end": 9214,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 263,
                                                                                        "column": 27
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 263,
                                                                                        "column": 28
                                                                                      },
                                                                                      "identifierName": "_"
                                                                                    },
                                                                                    "name": "_"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 9215,
                                                                                    "end": 9219,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 263,
                                                                                        "column": 29
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 263,
                                                                                        "column": 33
                                                                                      },
                                                                                      "identifierName": "find"
                                                                                    },
                                                                                    "name": "find"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 9220,
                                                                                    "end": 9244,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 263,
                                                                                        "column": 34
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 263,
                                                                                        "column": 58
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 9220,
                                                                                      "end": 9230,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 263,
                                                                                          "column": 34
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 263,
                                                                                          "column": 44
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "ThisExpression",
                                                                                        "start": 9220,
                                                                                        "end": 9224,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 263,
                                                                                            "column": 34
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 263,
                                                                                            "column": 38
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 9225,
                                                                                        "end": 9230,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 263,
                                                                                            "column": 39
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 263,
                                                                                            "column": 44
                                                                                          },
                                                                                          "identifierName": "model"
                                                                                        },
                                                                                        "name": "model"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 9231,
                                                                                      "end": 9244,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 263,
                                                                                          "column": 45
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 263,
                                                                                          "column": 58
                                                                                        },
                                                                                        "identifierName": "rawAttributes"
                                                                                      },
                                                                                      "name": "rawAttributes"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  {
                                                                                    "type": "ArrowFunctionExpression",
                                                                                    "start": 9246,
                                                                                    "end": 9313,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 263,
                                                                                        "column": 60
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 263,
                                                                                        "column": 127
                                                                                      }
                                                                                    },
                                                                                    "id": null,
                                                                                    "generator": false,
                                                                                    "expression": true,
                                                                                    "async": false,
                                                                                    "params": [
                                                                                      {
                                                                                        "type": "Identifier",
                                                                                        "start": 9246,
                                                                                        "end": 9255,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 263,
                                                                                            "column": 60
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 263,
                                                                                            "column": 69
                                                                                          },
                                                                                          "identifierName": "attribute"
                                                                                        },
                                                                                        "name": "attribute"
                                                                                      }
                                                                                    ],
                                                                                    "body": {
                                                                                      "type": "LogicalExpression",
                                                                                      "start": 9259,
                                                                                      "end": 9313,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 263,
                                                                                          "column": 73
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 263,
                                                                                          "column": 127
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 9259,
                                                                                        "end": 9286,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 263,
                                                                                            "column": 73
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 263,
                                                                                            "column": 100
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 9259,
                                                                                          "end": 9278,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 263,
                                                                                              "column": 73
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 263,
                                                                                              "column": 92
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 9259,
                                                                                            "end": 9268,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 263,
                                                                                                "column": 73
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 263,
                                                                                                "column": 82
                                                                                              },
                                                                                              "identifierName": "attribute"
                                                                                            },
                                                                                            "name": "attribute"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 9269,
                                                                                            "end": 9278,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 263,
                                                                                                "column": 83
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 263,
                                                                                                "column": 92
                                                                                              },
                                                                                              "identifierName": "fieldName"
                                                                                            },
                                                                                            "name": "fieldName"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "operator": "===",
                                                                                        "right": {
                                                                                          "type": "Identifier",
                                                                                          "start": 9283,
                                                                                          "end": 9286,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 263,
                                                                                              "column": 97
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 263,
                                                                                              "column": 100
                                                                                            },
                                                                                            "identifierName": "key"
                                                                                          },
                                                                                          "name": "key"
                                                                                        }
                                                                                      },
                                                                                      "operator": "||",
                                                                                      "right": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 9290,
                                                                                        "end": 9313,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 263,
                                                                                            "column": 104
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 263,
                                                                                            "column": 127
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 9290,
                                                                                          "end": 9305,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 263,
                                                                                              "column": 104
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 263,
                                                                                              "column": 119
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "start": 9290,
                                                                                            "end": 9299,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 263,
                                                                                                "column": 104
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 263,
                                                                                                "column": 113
                                                                                              },
                                                                                              "identifierName": "attribute"
                                                                                            },
                                                                                            "name": "attribute"
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 9300,
                                                                                            "end": 9305,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 263,
                                                                                                "column": 114
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 263,
                                                                                                "column": 119
                                                                                              },
                                                                                              "identifierName": "field"
                                                                                            },
                                                                                            "name": "field"
                                                                                          },
                                                                                          "computed": false
                                                                                        },
                                                                                        "operator": "===",
                                                                                        "right": {
                                                                                          "type": "Identifier",
                                                                                          "start": 9310,
                                                                                          "end": 9313,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 263,
                                                                                              "column": 124
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 263,
                                                                                              "column": 127
                                                                                            },
                                                                                            "identifierName": "key"
                                                                                          },
                                                                                          "name": "key"
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "const"
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "start": 9331,
                                                                          "end": 9396,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 265,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 265,
                                                                              "column": 79
                                                                            }
                                                                          },
                                                                          "expression": {
                                                                            "type": "AssignmentExpression",
                                                                            "start": 9331,
                                                                            "end": 9395,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 265,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 265,
                                                                                "column": 78
                                                                              }
                                                                            },
                                                                            "operator": "=",
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 9331,
                                                                              "end": 9386,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 265,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 265,
                                                                                  "column": 69
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 9331,
                                                                                "end": 9355,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 265,
                                                                                    "column": 14
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 265,
                                                                                    "column": 38
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 9331,
                                                                                  "end": 9344,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 265,
                                                                                      "column": 14
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 265,
                                                                                      "column": 27
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 9331,
                                                                                    "end": 9335,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 265,
                                                                                        "column": 14
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 265,
                                                                                        "column": 18
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 9336,
                                                                                    "end": 9344,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 265,
                                                                                        "column": 19
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 265,
                                                                                        "column": 27
                                                                                      },
                                                                                      "identifierName": "instance"
                                                                                    },
                                                                                    "name": "instance"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 9345,
                                                                                  "end": 9355,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 265,
                                                                                      "column": 28
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 265,
                                                                                      "column": 38
                                                                                    },
                                                                                    "identifierName": "dataValues"
                                                                                  },
                                                                                  "name": "dataValues"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "LogicalExpression",
                                                                                "start": 9356,
                                                                                "end": 9385,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 265,
                                                                                    "column": 39
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 265,
                                                                                    "column": 68
                                                                                  }
                                                                                },
                                                                                "left": {
                                                                                  "type": "LogicalExpression",
                                                                                  "start": 9356,
                                                                                  "end": 9378,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 265,
                                                                                      "column": 39
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 265,
                                                                                      "column": 61
                                                                                    }
                                                                                  },
                                                                                  "left": {
                                                                                    "type": "Identifier",
                                                                                    "start": 9356,
                                                                                    "end": 9360,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 265,
                                                                                        "column": 39
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 265,
                                                                                        "column": 43
                                                                                      },
                                                                                      "identifierName": "attr"
                                                                                    },
                                                                                    "name": "attr"
                                                                                  },
                                                                                  "operator": "&&",
                                                                                  "right": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 9364,
                                                                                    "end": 9378,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 265,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 265,
                                                                                        "column": 61
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 9364,
                                                                                      "end": 9368,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 265,
                                                                                          "column": 47
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 265,
                                                                                          "column": 51
                                                                                        },
                                                                                        "identifierName": "attr"
                                                                                      },
                                                                                      "name": "attr"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 9369,
                                                                                      "end": 9378,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 265,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 265,
                                                                                          "column": 61
                                                                                        },
                                                                                        "identifierName": "fieldName"
                                                                                      },
                                                                                      "name": "fieldName"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                },
                                                                                "operator": "||",
                                                                                "right": {
                                                                                  "type": "Identifier",
                                                                                  "start": 9382,
                                                                                  "end": 9385,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 265,
                                                                                      "column": 65
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 265,
                                                                                      "column": 68
                                                                                    },
                                                                                    "identifierName": "key"
                                                                                  },
                                                                                  "name": "key"
                                                                                }
                                                                              },
                                                                              "computed": true
                                                                            },
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 9389,
                                                                              "end": 9395,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 265,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 265,
                                                                                  "column": 78
                                                                                },
                                                                                "identifierName": "record"
                                                                              },
                                                                              "name": "record"
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "directives": []
                                                                    },
                                                                    "alternate": null
                                                                  }
                                                                ],
                                                                "directives": []
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        },
                                                        "alternate": null
                                                      },
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 9442,
                                                        "end": 9580,
                                                        "loc": {
                                                          "start": {
                                                            "line": 270,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 273,
                                                            "column": 10
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "ArrayExpression",
                                                          "start": 9449,
                                                          "end": 9579,
                                                          "loc": {
                                                            "start": {
                                                              "line": 270,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 273,
                                                              "column": 9
                                                            }
                                                          },
                                                          "elements": [
                                                            {
                                                              "type": "LogicalExpression",
                                                              "start": 9461,
                                                              "end": 9542,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 271,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 271,
                                                                  "column": 91
                                                                }
                                                              },
                                                              "left": {
                                                                "type": "LogicalExpression",
                                                                "start": 9461,
                                                                "end": 9529,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 271,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 271,
                                                                    "column": 78
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 9461,
                                                                  "end": 9474,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 271,
                                                                      "column": 10
                                                                    },
                                                                    "end": {
                                                                      "line": 271,
                                                                      "column": 23
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 9461,
                                                                    "end": 9465,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 10
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 14
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 9466,
                                                                    "end": 9474,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 15
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 23
                                                                      },
                                                                      "identifierName": "instance"
                                                                    },
                                                                    "name": "instance"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "||",
                                                                "right": {
                                                                  "type": "LogicalExpression",
                                                                  "start": 9479,
                                                                  "end": 9528,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 271,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 271,
                                                                      "column": 77
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "Identifier",
                                                                    "start": 9479,
                                                                    "end": 9483,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 28
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 32
                                                                      },
                                                                      "identifierName": "rows"
                                                                    },
                                                                    "name": "rows"
                                                                  },
                                                                  "operator": "&&",
                                                                  "right": {
                                                                    "type": "LogicalExpression",
                                                                    "start": 9488,
                                                                    "end": 9527,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 271,
                                                                        "column": 37
                                                                      },
                                                                      "end": {
                                                                        "line": 271,
                                                                        "column": 76
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "LogicalExpression",
                                                                      "start": 9489,
                                                                      "end": 9518,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 271,
                                                                          "column": 38
                                                                        },
                                                                        "end": {
                                                                          "line": 271,
                                                                          "column": 67
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 9489,
                                                                        "end": 9507,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 271,
                                                                            "column": 38
                                                                          },
                                                                          "end": {
                                                                            "line": 271,
                                                                            "column": 56
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 9489,
                                                                          "end": 9501,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 271,
                                                                              "column": 38
                                                                            },
                                                                            "end": {
                                                                              "line": 271,
                                                                              "column": 50
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 9489,
                                                                            "end": 9493,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 271,
                                                                                "column": 38
                                                                              },
                                                                              "end": {
                                                                                "line": 271,
                                                                                "column": 42
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 9494,
                                                                            "end": 9501,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 271,
                                                                                "column": 43
                                                                              },
                                                                              "end": {
                                                                                "line": 271,
                                                                                "column": 50
                                                                              },
                                                                              "identifierName": "options"
                                                                            },
                                                                            "name": "options"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 9502,
                                                                          "end": 9507,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 271,
                                                                              "column": 51
                                                                            },
                                                                            "end": {
                                                                              "line": 271,
                                                                              "column": 56
                                                                            },
                                                                            "identifierName": "plain"
                                                                          },
                                                                          "name": "plain"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "operator": "&&",
                                                                      "right": {
                                                                        "type": "MemberExpression",
                                                                        "start": 9511,
                                                                        "end": 9518,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 271,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 271,
                                                                            "column": 67
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 9511,
                                                                          "end": 9515,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 271,
                                                                              "column": 60
                                                                            },
                                                                            "end": {
                                                                              "line": 271,
                                                                              "column": 64
                                                                            },
                                                                            "identifierName": "rows"
                                                                          },
                                                                          "name": "rows"
                                                                        },
                                                                        "property": {
                                                                          "type": "NumericLiteral",
                                                                          "start": 9516,
                                                                          "end": 9517,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 271,
                                                                              "column": 65
                                                                            },
                                                                            "end": {
                                                                              "line": 271,
                                                                              "column": 66
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "rawValue": 0,
                                                                            "raw": "0"
                                                                          },
                                                                          "value": 0
                                                                        },
                                                                        "computed": true
                                                                      },
                                                                      "extra": {
                                                                        "parenthesized": true,
                                                                        "parenStart": 9488
                                                                      }
                                                                    },
                                                                    "operator": "||",
                                                                    "right": {
                                                                      "type": "Identifier",
                                                                      "start": 9523,
                                                                      "end": 9527,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 271,
                                                                          "column": 72
                                                                        },
                                                                        "end": {
                                                                          "line": 271,
                                                                          "column": 76
                                                                        },
                                                                        "identifierName": "rows"
                                                                      },
                                                                      "name": "rows"
                                                                    },
                                                                    "extra": {
                                                                      "parenthesized": true,
                                                                      "parenStart": 9487
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "parenthesized": true,
                                                                    "parenStart": 9478
                                                                  }
                                                                }
                                                              },
                                                              "operator": "||",
                                                              "right": {
                                                                "type": "Identifier",
                                                                "start": 9533,
                                                                "end": 9542,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 271,
                                                                    "column": 82
                                                                  },
                                                                  "end": {
                                                                    "line": 271,
                                                                    "column": 91
                                                                  },
                                                                  "identifierName": "undefined"
                                                                },
                                                                "name": "undefined"
                                                              }
                                                            },
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 9554,
                                                              "end": 9569,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 272,
                                                                  "column": 10
                                                                },
                                                                "end": {
                                                                  "line": 272,
                                                                  "column": 25
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 9554,
                                                                "end": 9560,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 272,
                                                                    "column": 10
                                                                  },
                                                                  "end": {
                                                                    "line": 272,
                                                                    "column": 16
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9561,
                                                                "end": 9569,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 272,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 272,
                                                                    "column": 25
                                                                  },
                                                                  "identifierName": "rowCount"
                                                                },
                                                                "name": "rowCount"
                                                              },
                                                              "computed": false
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": {
                                                    "type": "IfStatement",
                                                    "start": 9594,
                                                    "end": 9696,
                                                    "loc": {
                                                      "start": {
                                                        "line": 274,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 278,
                                                        "column": 7
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "CallExpression",
                                                      "start": 9598,
                                                      "end": 9615,
                                                      "loc": {
                                                        "start": {
                                                          "line": 274,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 274,
                                                          "column": 34
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 9598,
                                                        "end": 9613,
                                                        "loc": {
                                                          "start": {
                                                            "line": 274,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 274,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 9598,
                                                          "end": 9602,
                                                          "loc": {
                                                            "start": {
                                                              "line": 274,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 274,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9603,
                                                          "end": 9613,
                                                          "loc": {
                                                            "start": {
                                                              "line": 274,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 274,
                                                              "column": 32
                                                            },
                                                            "identifierName": "isRawQuery"
                                                          },
                                                          "name": "isRawQuery"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 9617,
                                                      "end": 9657,
                                                      "loc": {
                                                        "start": {
                                                          "line": 274,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 276,
                                                          "column": 7
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ReturnStatement",
                                                          "start": 9627,
                                                          "end": 9649,
                                                          "loc": {
                                                            "start": {
                                                              "line": 275,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 275,
                                                              "column": 30
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "ArrayExpression",
                                                            "start": 9634,
                                                            "end": 9648,
                                                            "loc": {
                                                              "start": {
                                                                "line": 275,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 275,
                                                                "column": 29
                                                              }
                                                            },
                                                            "elements": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 9635,
                                                                "end": 9639,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 275,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 275,
                                                                    "column": 20
                                                                  },
                                                                  "identifierName": "rows"
                                                                },
                                                                "name": "rows"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 9641,
                                                                "end": 9647,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 275,
                                                                    "column": 22
                                                                  },
                                                                  "end": {
                                                                    "line": 275,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "result"
                                                                },
                                                                "name": "result"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": {
                                                      "type": "BlockStatement",
                                                      "start": 9663,
                                                      "end": 9696,
                                                      "loc": {
                                                        "start": {
                                                          "line": 276,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 278,
                                                          "column": 7
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ReturnStatement",
                                                          "start": 9673,
                                                          "end": 9688,
                                                          "loc": {
                                                            "start": {
                                                              "line": 277,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 277,
                                                              "column": 23
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 9680,
                                                            "end": 9687,
                                                            "loc": {
                                                              "start": {
                                                                "line": 277,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 277,
                                                                "column": 22
                                                              },
                                                              "identifierName": "results"
                                                            },
                                                            "name": "results"
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 9712,
              "end": 12118,
              "loc": {
                "start": {
                  "line": 282,
                  "column": 2
                },
                "end": {
                  "line": 353,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 9712,
                "end": 9723,
                "loc": {
                  "start": {
                    "line": 282,
                    "column": 2
                  },
                  "end": {
                    "line": 282,
                    "column": 13
                  },
                  "identifierName": "formatError"
                },
                "name": "formatError"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 9724,
                  "end": 9727,
                  "loc": {
                    "start": {
                      "line": 282,
                      "column": 14
                    },
                    "end": {
                      "line": 282,
                      "column": 17
                    },
                    "identifierName": "err"
                  },
                  "name": "err"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 9729,
                "end": 12118,
                "loc": {
                  "start": {
                    "line": 282,
                    "column": 19
                  },
                  "end": {
                    "line": 353,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 9735,
                    "end": 9745,
                    "loc": {
                      "start": {
                        "line": 283,
                        "column": 4
                      },
                      "end": {
                        "line": 283,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9739,
                        "end": 9744,
                        "loc": {
                          "start": {
                            "line": 283,
                            "column": 8
                          },
                          "end": {
                            "line": 283,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9739,
                          "end": 9744,
                          "loc": {
                            "start": {
                              "line": 283,
                              "column": 8
                            },
                            "end": {
                              "line": 283,
                              "column": 13
                            },
                            "identifierName": "match"
                          },
                          "name": "match"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9750,
                    "end": 9760,
                    "loc": {
                      "start": {
                        "line": 284,
                        "column": 4
                      },
                      "end": {
                        "line": 284,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9754,
                        "end": 9759,
                        "loc": {
                          "start": {
                            "line": 284,
                            "column": 8
                          },
                          "end": {
                            "line": 284,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9754,
                          "end": 9759,
                          "loc": {
                            "start": {
                              "line": 284,
                              "column": 8
                            },
                            "end": {
                              "line": 284,
                              "column": 13
                            },
                            "identifierName": "table"
                          },
                          "name": "table"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9765,
                    "end": 9775,
                    "loc": {
                      "start": {
                        "line": 285,
                        "column": 4
                      },
                      "end": {
                        "line": 285,
                        "column": 14
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9769,
                        "end": 9774,
                        "loc": {
                          "start": {
                            "line": 285,
                            "column": 8
                          },
                          "end": {
                            "line": 285,
                            "column": 13
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9769,
                          "end": 9774,
                          "loc": {
                            "start": {
                              "line": 285,
                              "column": 8
                            },
                            "end": {
                              "line": 285,
                              "column": 13
                            },
                            "identifierName": "index"
                          },
                          "name": "index"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9780,
                    "end": 9791,
                    "loc": {
                      "start": {
                        "line": 286,
                        "column": 4
                      },
                      "end": {
                        "line": 286,
                        "column": 15
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9784,
                        "end": 9790,
                        "loc": {
                          "start": {
                            "line": 286,
                            "column": 8
                          },
                          "end": {
                            "line": 286,
                            "column": 14
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9784,
                          "end": 9790,
                          "loc": {
                            "start": {
                              "line": 286,
                              "column": 8
                            },
                            "end": {
                              "line": 286,
                              "column": 14
                            },
                            "identifierName": "fields"
                          },
                          "name": "fields"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9796,
                    "end": 9807,
                    "loc": {
                      "start": {
                        "line": 287,
                        "column": 4
                      },
                      "end": {
                        "line": 287,
                        "column": 15
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9800,
                        "end": 9806,
                        "loc": {
                          "start": {
                            "line": 287,
                            "column": 8
                          },
                          "end": {
                            "line": 287,
                            "column": 14
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9800,
                          "end": 9806,
                          "loc": {
                            "start": {
                              "line": 287,
                              "column": 8
                            },
                            "end": {
                              "line": 287,
                              "column": 14
                            },
                            "identifierName": "errors"
                          },
                          "name": "errors"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9812,
                    "end": 9824,
                    "loc": {
                      "start": {
                        "line": 288,
                        "column": 4
                      },
                      "end": {
                        "line": 288,
                        "column": 16
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9816,
                        "end": 9823,
                        "loc": {
                          "start": {
                            "line": 288,
                            "column": 8
                          },
                          "end": {
                            "line": 288,
                            "column": 15
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9816,
                          "end": 9823,
                          "loc": {
                            "start": {
                              "line": 288,
                              "column": 8
                            },
                            "end": {
                              "line": 288,
                              "column": 15
                            },
                            "identifierName": "message"
                          },
                          "name": "message"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9830,
                    "end": 9868,
                    "loc": {
                      "start": {
                        "line": 290,
                        "column": 4
                      },
                      "end": {
                        "line": 290,
                        "column": 42
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9836,
                        "end": 9867,
                        "loc": {
                          "start": {
                            "line": 290,
                            "column": 10
                          },
                          "end": {
                            "line": 290,
                            "column": 41
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9836,
                          "end": 9840,
                          "loc": {
                            "start": {
                              "line": 290,
                              "column": 10
                            },
                            "end": {
                              "line": 290,
                              "column": 14
                            },
                            "identifierName": "code"
                          },
                          "name": "code"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 9843,
                          "end": 9867,
                          "loc": {
                            "start": {
                              "line": 290,
                              "column": 17
                            },
                            "end": {
                              "line": 290,
                              "column": 41
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 9843,
                            "end": 9851,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 17
                              },
                              "end": {
                                "line": 290,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9843,
                              "end": 9846,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 17
                                },
                                "end": {
                                  "line": 290,
                                  "column": 20
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9847,
                              "end": 9851,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 21
                                },
                                "end": {
                                  "line": 290,
                                  "column": 25
                                },
                                "identifierName": "code"
                              },
                              "name": "code"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 9855,
                            "end": 9867,
                            "loc": {
                              "start": {
                                "line": 290,
                                "column": 29
                              },
                              "end": {
                                "line": 290,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9855,
                              "end": 9858,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 29
                                },
                                "end": {
                                  "line": 290,
                                  "column": 32
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9859,
                              "end": 9867,
                              "loc": {
                                "start": {
                                  "line": 290,
                                  "column": 33
                                },
                                "end": {
                                  "line": 290,
                                  "column": 41
                                },
                                "identifierName": "sqlState"
                              },
                              "name": "sqlState"
                            },
                            "computed": false
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9873,
                    "end": 9926,
                    "loc": {
                      "start": {
                        "line": 291,
                        "column": 4
                      },
                      "end": {
                        "line": 291,
                        "column": 57
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9879,
                        "end": 9925,
                        "loc": {
                          "start": {
                            "line": 291,
                            "column": 10
                          },
                          "end": {
                            "line": 291,
                            "column": 56
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9879,
                          "end": 9889,
                          "loc": {
                            "start": {
                              "line": 291,
                              "column": 10
                            },
                            "end": {
                              "line": 291,
                              "column": 20
                            },
                            "identifierName": "errMessage"
                          },
                          "name": "errMessage"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 9892,
                          "end": 9925,
                          "loc": {
                            "start": {
                              "line": 291,
                              "column": 23
                            },
                            "end": {
                              "line": 291,
                              "column": 56
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 9892,
                            "end": 9903,
                            "loc": {
                              "start": {
                                "line": 291,
                                "column": 23
                              },
                              "end": {
                                "line": 291,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9892,
                              "end": 9895,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 23
                                },
                                "end": {
                                  "line": 291,
                                  "column": 26
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9896,
                              "end": 9903,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 27
                                },
                                "end": {
                                  "line": 291,
                                  "column": 34
                                },
                                "identifierName": "message"
                              },
                              "name": "message"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 9907,
                            "end": 9925,
                            "loc": {
                              "start": {
                                "line": 291,
                                "column": 38
                              },
                              "end": {
                                "line": 291,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9907,
                              "end": 9910,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 38
                                },
                                "end": {
                                  "line": 291,
                                  "column": 41
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9911,
                              "end": 9925,
                              "loc": {
                                "start": {
                                  "line": 291,
                                  "column": 42
                                },
                                "end": {
                                  "line": 291,
                                  "column": 56
                                },
                                "identifierName": "messagePrimary"
                              },
                              "name": "messagePrimary"
                            },
                            "computed": false
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 9931,
                    "end": 9981,
                    "loc": {
                      "start": {
                        "line": 292,
                        "column": 4
                      },
                      "end": {
                        "line": 292,
                        "column": 54
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 9937,
                        "end": 9980,
                        "loc": {
                          "start": {
                            "line": 292,
                            "column": 10
                          },
                          "end": {
                            "line": 292,
                            "column": 53
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 9937,
                          "end": 9946,
                          "loc": {
                            "start": {
                              "line": 292,
                              "column": 10
                            },
                            "end": {
                              "line": 292,
                              "column": 19
                            },
                            "identifierName": "errDetail"
                          },
                          "name": "errDetail"
                        },
                        "init": {
                          "type": "LogicalExpression",
                          "start": 9949,
                          "end": 9980,
                          "loc": {
                            "start": {
                              "line": 292,
                              "column": 22
                            },
                            "end": {
                              "line": 292,
                              "column": 53
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 9949,
                            "end": 9959,
                            "loc": {
                              "start": {
                                "line": 292,
                                "column": 22
                              },
                              "end": {
                                "line": 292,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9949,
                              "end": 9952,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 22
                                },
                                "end": {
                                  "line": 292,
                                  "column": 25
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9953,
                              "end": 9959,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 26
                                },
                                "end": {
                                  "line": 292,
                                  "column": 32
                                },
                                "identifierName": "detail"
                              },
                              "name": "detail"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "MemberExpression",
                            "start": 9963,
                            "end": 9980,
                            "loc": {
                              "start": {
                                "line": 292,
                                "column": 36
                              },
                              "end": {
                                "line": 292,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 9963,
                              "end": 9966,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 36
                                },
                                "end": {
                                  "line": 292,
                                  "column": 39
                                },
                                "identifierName": "err"
                              },
                              "name": "err"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 9967,
                              "end": 9980,
                              "loc": {
                                "start": {
                                  "line": 292,
                                  "column": 40
                                },
                                "end": {
                                  "line": 292,
                                  "column": 53
                                },
                                "identifierName": "messageDetail"
                              },
                              "name": "messageDetail"
                            },
                            "computed": false
                          }
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "SwitchStatement",
                    "start": 9987,
                    "end": 12114,
                    "loc": {
                      "start": {
                        "line": 294,
                        "column": 4
                      },
                      "end": {
                        "line": 352,
                        "column": 5
                      }
                    },
                    "discriminant": {
                      "type": "Identifier",
                      "start": 9995,
                      "end": 9999,
                      "loc": {
                        "start": {
                          "line": 294,
                          "column": 12
                        },
                        "end": {
                          "line": 294,
                          "column": 16
                        },
                        "identifierName": "code"
                      },
                      "name": "code"
                    },
                    "cases": [
                      {
                        "type": "SwitchCase",
                        "start": 10009,
                        "end": 10376,
                        "loc": {
                          "start": {
                            "line": 295,
                            "column": 6
                          },
                          "end": {
                            "line": 301,
                            "column": 125
                          }
                        },
                        "consequent": [
                          {
                            "type": "ExpressionStatement",
                            "start": 10031,
                            "end": 10101,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 8
                              },
                              "end": {
                                "line": 296,
                                "column": 78
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10031,
                              "end": 10100,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 8
                                },
                                "end": {
                                  "line": 296,
                                  "column": 77
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10031,
                                "end": 10036,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 13
                                  },
                                  "identifierName": "index"
                                },
                                "name": "index"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 10039,
                                "end": 10100,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 77
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10039,
                                  "end": 10055,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10039,
                                    "end": 10049,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 26
                                      },
                                      "identifierName": "errMessage"
                                    },
                                    "name": "errMessage"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10050,
                                    "end": 10055,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 32
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 10056,
                                    "end": 10099,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 76
                                      }
                                    },
                                    "extra": {
                                      "raw": "/violates foreign key constraint \\\"(.+?)\\\"/"
                                    },
                                    "pattern": "violates foreign key constraint \\\"(.+?)\\\"",
                                    "flags": ""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 10110,
                            "end": 10147,
                            "loc": {
                              "start": {
                                "line": 297,
                                "column": 8
                              },
                              "end": {
                                "line": 297,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10110,
                              "end": 10146,
                              "loc": {
                                "start": {
                                  "line": 297,
                                  "column": 8
                                },
                                "end": {
                                  "line": 297,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10110,
                                "end": 10115,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 13
                                  },
                                  "identifierName": "index"
                                },
                                "name": "index"
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 10118,
                                "end": 10146,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 44
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 10118,
                                  "end": 10123,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 21
                                    },
                                    "identifierName": "index"
                                  },
                                  "name": "index"
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "start": 10126,
                                  "end": 10134,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10126,
                                    "end": 10131,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 29
                                      },
                                      "identifierName": "index"
                                    },
                                    "name": "index"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 10132,
                                    "end": 10133,
                                    "loc": {
                                      "start": {
                                        "line": 297,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 297,
                                        "column": 31
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "start": 10137,
                                  "end": 10146,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 44
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 10156,
                            "end": 10203,
                            "loc": {
                              "start": {
                                "line": 298,
                                "column": 8
                              },
                              "end": {
                                "line": 298,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10156,
                              "end": 10202,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 8
                                },
                                "end": {
                                  "line": 298,
                                  "column": 54
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10156,
                                "end": 10161,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 13
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 10164,
                                "end": 10202,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 54
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 10164,
                                  "end": 10180,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10164,
                                    "end": 10174,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 26
                                      },
                                      "identifierName": "errMessage"
                                    },
                                    "name": "errMessage"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10175,
                                    "end": 10180,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 32
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 10181,
                                    "end": 10201,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 53
                                      }
                                    },
                                    "extra": {
                                      "raw": "/on table \\\"(.+?)\\\"/"
                                    },
                                    "pattern": "on table \\\"(.+?)\\\"",
                                    "flags": ""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 10212,
                            "end": 10249,
                            "loc": {
                              "start": {
                                "line": 299,
                                "column": 8
                              },
                              "end": {
                                "line": 299,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10212,
                              "end": 10248,
                              "loc": {
                                "start": {
                                  "line": 299,
                                  "column": 8
                                },
                                "end": {
                                  "line": 299,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10212,
                                "end": 10217,
                                "loc": {
                                  "start": {
                                    "line": 299,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 299,
                                    "column": 13
                                  },
                                  "identifierName": "table"
                                },
                                "name": "table"
                              },
                              "right": {
                                "type": "ConditionalExpression",
                                "start": 10220,
                                "end": 10248,
                                "loc": {
                                  "start": {
                                    "line": 299,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 299,
                                    "column": 44
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 10220,
                                  "end": 10225,
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 21
                                    },
                                    "identifierName": "table"
                                  },
                                  "name": "table"
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "start": 10228,
                                  "end": 10236,
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10228,
                                    "end": 10233,
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 29
                                      },
                                      "identifierName": "table"
                                    },
                                    "name": "table"
                                  },
                                  "property": {
                                    "type": "NumericLiteral",
                                    "start": 10234,
                                    "end": 10235,
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 31
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 1,
                                      "raw": "1"
                                    },
                                    "value": 1
                                  },
                                  "computed": true
                                },
                                "alternate": {
                                  "type": "Identifier",
                                  "start": 10239,
                                  "end": 10248,
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 44
                                    },
                                    "identifierName": "undefined"
                                  },
                                  "name": "undefined"
                                }
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 10259,
                            "end": 10376,
                            "loc": {
                              "start": {
                                "line": 301,
                                "column": 8
                              },
                              "end": {
                                "line": 301,
                                "column": 125
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 10266,
                              "end": 10375,
                              "loc": {
                                "start": {
                                  "line": 301,
                                  "column": 15
                                },
                                "end": {
                                  "line": 301,
                                  "column": 124
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 10270,
                                "end": 10311,
                                "loc": {
                                  "start": {
                                    "line": 301,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 301,
                                    "column": 60
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 10270,
                                  "end": 10285,
                                  "loc": {
                                    "start": {
                                      "line": 301,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 301,
                                      "column": 34
                                    },
                                    "identifierName": "sequelizeErrors"
                                  },
                                  "name": "sequelizeErrors"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 10286,
                                  "end": 10311,
                                  "loc": {
                                    "start": {
                                      "line": 301,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 301,
                                      "column": 60
                                    },
                                    "identifierName": "ForeignKeyConstraintError"
                                  },
                                  "name": "ForeignKeyConstraintError"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 10312,
                                  "end": 10374,
                                  "loc": {
                                    "start": {
                                      "line": 301,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 301,
                                      "column": 123
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10313,
                                      "end": 10332,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 301,
                                          "column": 81
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10313,
                                        "end": 10320,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 62
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 69
                                          },
                                          "identifierName": "message"
                                        },
                                        "name": "message"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 10322,
                                        "end": 10332,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 81
                                          },
                                          "identifierName": "errMessage"
                                        },
                                        "name": "errMessage"
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10334,
                                      "end": 10346,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 83
                                        },
                                        "end": {
                                          "line": 301,
                                          "column": 95
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10334,
                                        "end": 10340,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 89
                                          },
                                          "identifierName": "fields"
                                        },
                                        "name": "fields"
                                      },
                                      "value": {
                                        "type": "NullLiteral",
                                        "start": 10342,
                                        "end": 10346,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 95
                                          }
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10348,
                                      "end": 10353,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 301,
                                          "column": 102
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10348,
                                        "end": 10353,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 102
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 10348,
                                        "end": 10353,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 97
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 102
                                          },
                                          "identifierName": "index"
                                        },
                                        "name": "index"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10355,
                                      "end": 10360,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 104
                                        },
                                        "end": {
                                          "line": 301,
                                          "column": 109
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10355,
                                        "end": 10360,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 104
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 109
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 10355,
                                        "end": 10360,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 104
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 109
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 10362,
                                      "end": 10373,
                                      "loc": {
                                        "start": {
                                          "line": 301,
                                          "column": 111
                                        },
                                        "end": {
                                          "line": 301,
                                          "column": 122
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 10362,
                                        "end": 10368,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 111
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 117
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 10370,
                                        "end": 10373,
                                        "loc": {
                                          "start": {
                                            "line": 301,
                                            "column": 119
                                          },
                                          "end": {
                                            "line": 301,
                                            "column": 122
                                          },
                                          "identifierName": "err"
                                        },
                                        "name": "err"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 10014,
                          "end": 10021,
                          "loc": {
                            "start": {
                              "line": 295,
                              "column": 11
                            },
                            "end": {
                              "line": 295,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "23503",
                            "raw": "'23503'"
                          },
                          "value": "23503"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 10383,
                        "end": 11601,
                        "loc": {
                          "start": {
                            "line": 302,
                            "column": 6
                          },
                          "end": {
                            "line": 333,
                            "column": 14
                          }
                        },
                        "consequent": [
                          {
                            "type": "IfStatement",
                            "start": 10539,
                            "end": 11585,
                            "loc": {
                              "start": {
                                "line": 305,
                                "column": 8
                              },
                              "end": {
                                "line": 331,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 10543,
                              "end": 10626,
                              "loc": {
                                "start": {
                                  "line": 305,
                                  "column": 12
                                },
                                "end": {
                                  "line": 305,
                                  "column": 95
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 10543,
                                "end": 10552,
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 305,
                                    "column": 21
                                  },
                                  "identifierName": "errDetail"
                                },
                                "name": "errDetail",
                                "leadingComments": null
                              },
                              "operator": "&&",
                              "right": {
                                "type": "AssignmentExpression",
                                "start": 10557,
                                "end": 10625,
                                "loc": {
                                  "start": {
                                    "line": 305,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 305,
                                    "column": 94
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 10557,
                                  "end": 10562,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 31
                                    },
                                    "identifierName": "match"
                                  },
                                  "name": "match"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 10565,
                                  "end": 10625,
                                  "loc": {
                                    "start": {
                                      "line": 305,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 305,
                                      "column": 94
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 10565,
                                    "end": 10598,
                                    "loc": {
                                      "start": {
                                        "line": 305,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 305,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 10565,
                                      "end": 10592,
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 305,
                                          "column": 61
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 10565,
                                        "end": 10582,
                                        "loc": {
                                          "start": {
                                            "line": 305,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 305,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10565,
                                          "end": 10574,
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 43
                                            },
                                            "identifierName": "errDetail"
                                          },
                                          "name": "errDetail"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10575,
                                          "end": 10582,
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 51
                                            },
                                            "identifierName": "replace"
                                          },
                                          "name": "replace"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "RegExpLiteral",
                                          "start": 10583,
                                          "end": 10587,
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 56
                                            }
                                          },
                                          "extra": {
                                            "raw": "/\"/g"
                                          },
                                          "pattern": "\"",
                                          "flags": "g"
                                        },
                                        {
                                          "type": "StringLiteral",
                                          "start": 10589,
                                          "end": 10591,
                                          "loc": {
                                            "start": {
                                              "line": 305,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 60
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "",
                                            "raw": "''"
                                          },
                                          "value": ""
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10593,
                                      "end": 10598,
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 305,
                                          "column": 67
                                        },
                                        "identifierName": "match"
                                      },
                                      "name": "match"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "RegExpLiteral",
                                      "start": 10599,
                                      "end": 10624,
                                      "loc": {
                                        "start": {
                                          "line": 305,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 305,
                                          "column": 93
                                        }
                                      },
                                      "extra": {
                                        "raw": "/Key \\((.*?)\\)=\\((.*?)\\)/"
                                      },
                                      "pattern": "Key \\((.*?)\\)=\\((.*?)\\)",
                                      "flags": ""
                                    }
                                  ]
                                },
                                "extra": {
                                  "parenthesized": true,
                                  "parenStart": 10556
                                }
                              },
                              "leadingComments": null
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 10628,
                              "end": 11436,
                              "loc": {
                                "start": {
                                  "line": 305,
                                  "column": 97
                                },
                                "end": {
                                  "line": 326,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10640,
                                  "end": 10705,
                                  "loc": {
                                    "start": {
                                      "line": 306,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 306,
                                      "column": 75
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 10640,
                                    "end": 10704,
                                    "loc": {
                                      "start": {
                                        "line": 306,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 306,
                                        "column": 74
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10640,
                                      "end": 10646,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 16
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 10649,
                                      "end": 10704,
                                      "loc": {
                                        "start": {
                                          "line": 306,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 306,
                                          "column": 74
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 10649,
                                        "end": 10660,
                                        "loc": {
                                          "start": {
                                            "line": 306,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 306,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10649,
                                          "end": 10650,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 20
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 10651,
                                          "end": 10660,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 30
                                            },
                                            "identifierName": "zipObject"
                                          },
                                          "name": "zipObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 10661,
                                          "end": 10681,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 51
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10661,
                                            "end": 10675,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10661,
                                              "end": 10669,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10661,
                                                "end": 10666,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 36
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 10667,
                                                "end": 10668,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                },
                                                "value": 1
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10670,
                                              "end": 10675,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 45
                                                },
                                                "identifierName": "split"
                                              },
                                              "name": "split"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 10676,
                                              "end": 10680,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 50
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", ",
                                                "raw": "', '"
                                              },
                                              "value": ", "
                                            }
                                          ]
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 10683,
                                          "end": 10703,
                                          "loc": {
                                            "start": {
                                              "line": 306,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 306,
                                              "column": 73
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 10683,
                                            "end": 10697,
                                            "loc": {
                                              "start": {
                                                "line": 306,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 306,
                                                "column": 67
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 10683,
                                              "end": 10691,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10683,
                                                "end": 10688,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 58
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 10689,
                                                "end": 10690,
                                                "loc": {
                                                  "start": {
                                                    "line": 306,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 306,
                                                    "column": 60
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10692,
                                              "end": 10697,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 67
                                                },
                                                "identifierName": "split"
                                              },
                                              "name": "split"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 10698,
                                              "end": 10702,
                                              "loc": {
                                                "start": {
                                                  "line": 306,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 306,
                                                  "column": 72
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", ",
                                                "raw": "', '"
                                              },
                                              "value": ", "
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10716,
                                  "end": 10728,
                                  "loc": {
                                    "start": {
                                      "line": 307,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 307,
                                      "column": 22
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 10716,
                                    "end": 10727,
                                    "loc": {
                                      "start": {
                                        "line": 307,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 307,
                                        "column": 21
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10716,
                                      "end": 10722,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 16
                                        },
                                        "identifierName": "errors"
                                      },
                                      "name": "errors"
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 10725,
                                      "end": 10727,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 307,
                                          "column": 21
                                        }
                                      },
                                      "elements": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10739,
                                  "end": 10768,
                                  "loc": {
                                    "start": {
                                      "line": 308,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 308,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 10739,
                                    "end": 10767,
                                    "loc": {
                                      "start": {
                                        "line": 308,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 308,
                                        "column": 38
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 10739,
                                      "end": 10746,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 17
                                        },
                                        "identifierName": "message"
                                      },
                                      "name": "message"
                                    },
                                    "right": {
                                      "type": "StringLiteral",
                                      "start": 10749,
                                      "end": 10767,
                                      "loc": {
                                        "start": {
                                          "line": 308,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 308,
                                          "column": 38
                                        }
                                      },
                                      "extra": {
                                        "rawValue": "Validation error",
                                        "raw": "'Validation error'"
                                      },
                                      "value": "Validation error"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 10780,
                                  "end": 11004,
                                  "loc": {
                                    "start": {
                                      "line": 310,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 314,
                                      "column": 13
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 10780,
                                    "end": 11003,
                                    "loc": {
                                      "start": {
                                        "line": 310,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 314,
                                        "column": 12
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 10780,
                                      "end": 10788,
                                      "loc": {
                                        "start": {
                                          "line": 310,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 310,
                                          "column": 18
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10780,
                                        "end": 10781,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 11
                                          },
                                          "identifierName": "_"
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10782,
                                        "end": 10788,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 18
                                          },
                                          "identifierName": "forOwn"
                                        },
                                        "name": "forOwn"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 10789,
                                        "end": 10795,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 310,
                                            "column": 25
                                          },
                                          "identifierName": "fields"
                                        },
                                        "name": "fields"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 10797,
                                        "end": 11002,
                                        "loc": {
                                          "start": {
                                            "line": 310,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 314,
                                            "column": 11
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 10798,
                                            "end": 10803,
                                            "loc": {
                                              "start": {
                                                "line": 310,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 310,
                                                "column": 33
                                              },
                                              "identifierName": "value"
                                            },
                                            "name": "value"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 10805,
                                            "end": 10810,
                                            "loc": {
                                              "start": {
                                                "line": 310,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 310,
                                                "column": 40
                                              },
                                              "identifierName": "field"
                                            },
                                            "name": "field"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 10815,
                                          "end": 11002,
                                          "loc": {
                                            "start": {
                                              "line": 310,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 314,
                                              "column": 11
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 10829,
                                              "end": 10990,
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 313,
                                                  "column": 49
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 10829,
                                                "end": 10989,
                                                "loc": {
                                                  "start": {
                                                    "line": 311,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 313,
                                                    "column": 48
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 10829,
                                                  "end": 10840,
                                                  "loc": {
                                                    "start": {
                                                      "line": 311,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 311,
                                                      "column": 23
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 10829,
                                                    "end": 10835,
                                                    "loc": {
                                                      "start": {
                                                        "line": 311,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 311,
                                                        "column": 18
                                                      },
                                                      "identifierName": "errors"
                                                    },
                                                    "name": "errors"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10836,
                                                    "end": 10840,
                                                    "loc": {
                                                      "start": {
                                                        "line": 311,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 311,
                                                        "column": 23
                                                      },
                                                      "identifierName": "push"
                                                    },
                                                    "name": "push"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "start": 10841,
                                                    "end": 10988,
                                                    "loc": {
                                                      "start": {
                                                        "line": 311,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 313,
                                                        "column": 47
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 10845,
                                                      "end": 10880,
                                                      "loc": {
                                                        "start": {
                                                          "line": 311,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 311,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 10845,
                                                        "end": 10860,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 43
                                                          },
                                                          "identifierName": "sequelizeErrors"
                                                        },
                                                        "name": "sequelizeErrors"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 10861,
                                                        "end": 10880,
                                                        "loc": {
                                                          "start": {
                                                            "line": 311,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 311,
                                                            "column": 63
                                                          },
                                                          "identifierName": "ValidationErrorItem"
                                                        },
                                                        "name": "ValidationErrorItem"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 10896,
                                                        "end": 10939,
                                                        "loc": {
                                                          "start": {
                                                            "line": 312,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 312,
                                                            "column": 57
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 10896,
                                                          "end": 10932,
                                                          "loc": {
                                                            "start": {
                                                              "line": 312,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 312,
                                                              "column": 50
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 10896,
                                                            "end": 10900,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 10901,
                                                            "end": 10932,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 50
                                                              },
                                                              "identifierName": "getUniqueConstraintErrorMessage"
                                                            },
                                                            "name": "getUniqueConstraintErrorMessage"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 10933,
                                                            "end": 10938,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 56
                                                              },
                                                              "identifierName": "field"
                                                            },
                                                            "name": "field"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "type": "StringLiteral",
                                                        "start": 10955,
                                                        "end": 10973,
                                                        "loc": {
                                                          "start": {
                                                            "line": 313,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 313,
                                                            "column": 32
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": "unique violation",
                                                          "raw": "'unique violation'"
                                                        },
                                                        "value": "unique violation"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10975,
                                                        "end": 10980,
                                                        "loc": {
                                                          "start": {
                                                            "line": 313,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 313,
                                                            "column": 39
                                                          },
                                                          "identifierName": "field"
                                                        },
                                                        "name": "field"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 10982,
                                                        "end": 10987,
                                                        "loc": {
                                                          "start": {
                                                            "line": 313,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 313,
                                                            "column": 46
                                                          },
                                                          "identifierName": "value"
                                                        },
                                                        "name": "value"
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 11016,
                                  "end": 11325,
                                  "loc": {
                                    "start": {
                                      "line": 316,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 323,
                                      "column": 11
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 11020,
                                    "end": 11055,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 316,
                                        "column": 49
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 11020,
                                      "end": 11030,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 11020,
                                        "end": 11024,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11025,
                                        "end": 11030,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 24
                                          },
                                          "identifierName": "model"
                                        },
                                        "name": "model"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 11034,
                                      "end": 11055,
                                      "loc": {
                                        "start": {
                                          "line": 316,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 316,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 11034,
                                        "end": 11044,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 11034,
                                          "end": 11038,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11039,
                                          "end": 11044,
                                          "loc": {
                                            "start": {
                                              "line": 316,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 316,
                                              "column": 38
                                            },
                                            "identifierName": "model"
                                          },
                                          "name": "model"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11045,
                                        "end": 11055,
                                        "loc": {
                                          "start": {
                                            "line": 316,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 316,
                                            "column": 49
                                          },
                                          "identifierName": "uniqueKeys"
                                        },
                                        "name": "uniqueKeys"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 11057,
                                    "end": 11325,
                                    "loc": {
                                      "start": {
                                        "line": 316,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 323,
                                        "column": 11
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 11071,
                                        "end": 11313,
                                        "loc": {
                                          "start": {
                                            "line": 317,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 322,
                                            "column": 15
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 11071,
                                          "end": 11312,
                                          "loc": {
                                            "start": {
                                              "line": 317,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 322,
                                              "column": 14
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11071,
                                            "end": 11079,
                                            "loc": {
                                              "start": {
                                                "line": 317,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 317,
                                                "column": 20
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11071,
                                              "end": 11072,
                                              "loc": {
                                                "start": {
                                                  "line": 317,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 317,
                                                  "column": 13
                                                },
                                                "identifierName": "_"
                                              },
                                              "name": "_"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11073,
                                              "end": 11079,
                                              "loc": {
                                                "start": {
                                                  "line": 317,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 317,
                                                  "column": 20
                                                },
                                                "identifierName": "forOwn"
                                              },
                                              "name": "forOwn"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 11080,
                                              "end": 11101,
                                              "loc": {
                                                "start": {
                                                  "line": 317,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 317,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 11080,
                                                "end": 11090,
                                                "loc": {
                                                  "start": {
                                                    "line": 317,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 317,
                                                    "column": 31
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 11080,
                                                  "end": 11084,
                                                  "loc": {
                                                    "start": {
                                                      "line": 317,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 317,
                                                      "column": 25
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11085,
                                                  "end": 11090,
                                                  "loc": {
                                                    "start": {
                                                      "line": 317,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 317,
                                                      "column": 31
                                                    },
                                                    "identifierName": "model"
                                                  },
                                                  "name": "model"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 11091,
                                                "end": 11101,
                                                "loc": {
                                                  "start": {
                                                    "line": 317,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 317,
                                                    "column": 42
                                                  },
                                                  "identifierName": "uniqueKeys"
                                                },
                                                "name": "uniqueKeys"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 11103,
                                              "end": 11311,
                                              "loc": {
                                                "start": {
                                                  "line": 317,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 322,
                                                  "column": 13
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 11103,
                                                  "end": 11113,
                                                  "loc": {
                                                    "start": {
                                                      "line": 317,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 317,
                                                      "column": 54
                                                    },
                                                    "identifierName": "constraint"
                                                  },
                                                  "name": "constraint"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 11117,
                                                "end": 11311,
                                                "loc": {
                                                  "start": {
                                                    "line": 317,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 322,
                                                    "column": 13
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 11133,
                                                    "end": 11297,
                                                    "loc": {
                                                      "start": {
                                                        "line": 318,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 321,
                                                        "column": 15
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 11137,
                                                      "end": 11206,
                                                      "loc": {
                                                        "start": {
                                                          "line": 318,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 318,
                                                          "column": 87
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "CallExpression",
                                                        "start": 11137,
                                                        "end": 11186,
                                                        "loc": {
                                                          "start": {
                                                            "line": 318,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 318,
                                                            "column": 67
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 11137,
                                                          "end": 11146,
                                                          "loc": {
                                                            "start": {
                                                              "line": 318,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 318,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 11137,
                                                            "end": 11138,
                                                            "loc": {
                                                              "start": {
                                                                "line": 318,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 318,
                                                                "column": 19
                                                              },
                                                              "identifierName": "_"
                                                            },
                                                            "name": "_"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 11139,
                                                            "end": 11146,
                                                            "loc": {
                                                              "start": {
                                                                "line": 318,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 318,
                                                                "column": 27
                                                              },
                                                              "identifierName": "isEqual"
                                                            },
                                                            "name": "isEqual"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "MemberExpression",
                                                            "start": 11147,
                                                            "end": 11164,
                                                            "loc": {
                                                              "start": {
                                                                "line": 318,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 318,
                                                                "column": 45
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 11147,
                                                              "end": 11157,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 38
                                                                },
                                                                "identifierName": "constraint"
                                                              },
                                                              "name": "constraint"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 11158,
                                                              "end": 11164,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 45
                                                                },
                                                                "identifierName": "fields"
                                                              },
                                                              "name": "fields"
                                                            },
                                                            "computed": false
                                                          },
                                                          {
                                                            "type": "CallExpression",
                                                            "start": 11166,
                                                            "end": 11185,
                                                            "loc": {
                                                              "start": {
                                                                "line": 318,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 318,
                                                                "column": 66
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 11166,
                                                              "end": 11177,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 58
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 11166,
                                                                "end": 11172,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 318,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 318,
                                                                    "column": 53
                                                                  },
                                                                  "identifierName": "Object"
                                                                },
                                                                "name": "Object"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 11173,
                                                                "end": 11177,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 318,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 318,
                                                                    "column": 58
                                                                  },
                                                                  "identifierName": "keys"
                                                                },
                                                                "name": "keys"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 11178,
                                                                "end": 11184,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 318,
                                                                    "column": 59
                                                                  },
                                                                  "end": {
                                                                    "line": 318,
                                                                    "column": 65
                                                                  },
                                                                  "identifierName": "fields"
                                                                },
                                                                "name": "fields"
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      },
                                                      "operator": "&&",
                                                      "right": {
                                                        "type": "UnaryExpression",
                                                        "start": 11190,
                                                        "end": 11206,
                                                        "loc": {
                                                          "start": {
                                                            "line": 318,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 318,
                                                            "column": 87
                                                          }
                                                        },
                                                        "operator": "!",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "UnaryExpression",
                                                          "start": 11191,
                                                          "end": 11206,
                                                          "loc": {
                                                            "start": {
                                                              "line": 318,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 318,
                                                              "column": 87
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "MemberExpression",
                                                            "start": 11192,
                                                            "end": 11206,
                                                            "loc": {
                                                              "start": {
                                                                "line": 318,
                                                                "column": 73
                                                              },
                                                              "end": {
                                                                "line": 318,
                                                                "column": 87
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 11192,
                                                              "end": 11202,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 83
                                                                },
                                                                "identifierName": "constraint"
                                                              },
                                                              "name": "constraint"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 11203,
                                                              "end": 11206,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 87
                                                                },
                                                                "identifierName": "msg"
                                                              },
                                                              "name": "msg"
                                                            },
                                                            "computed": false
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        },
                                                        "extra": {
                                                          "parenthesizedArgument": false
                                                        }
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 11208,
                                                      "end": 11297,
                                                      "loc": {
                                                        "start": {
                                                          "line": 318,
                                                          "column": 89
                                                        },
                                                        "end": {
                                                          "line": 321,
                                                          "column": 15
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 11226,
                                                          "end": 11251,
                                                          "loc": {
                                                            "start": {
                                                              "line": 319,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 319,
                                                              "column": 41
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 11226,
                                                            "end": 11250,
                                                            "loc": {
                                                              "start": {
                                                                "line": 319,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 319,
                                                                "column": 40
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "Identifier",
                                                              "start": 11226,
                                                              "end": 11233,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 319,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 319,
                                                                  "column": 23
                                                                },
                                                                "identifierName": "message"
                                                              },
                                                              "name": "message"
                                                            },
                                                            "right": {
                                                              "type": "MemberExpression",
                                                              "start": 11236,
                                                              "end": 11250,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 319,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 319,
                                                                  "column": 40
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 11236,
                                                                "end": 11246,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 319,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 319,
                                                                    "column": 36
                                                                  },
                                                                  "identifierName": "constraint"
                                                                },
                                                                "name": "constraint"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 11247,
                                                                "end": 11250,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 319,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 319,
                                                                    "column": 40
                                                                  },
                                                                  "identifierName": "msg"
                                                                },
                                                                "name": "msg"
                                                              },
                                                              "computed": false
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ReturnStatement",
                                                          "start": 11268,
                                                          "end": 11281,
                                                          "loc": {
                                                            "start": {
                                                              "line": 320,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 320,
                                                              "column": 29
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "BooleanLiteral",
                                                            "start": 11275,
                                                            "end": 11280,
                                                            "loc": {
                                                              "start": {
                                                                "line": 320,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 320,
                                                                "column": 28
                                                              }
                                                            },
                                                            "value": false
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 11337,
                                  "end": 11426,
                                  "loc": {
                                    "start": {
                                      "line": 325,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 325,
                                      "column": 99
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 11344,
                                    "end": 11425,
                                    "loc": {
                                      "start": {
                                        "line": 325,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 325,
                                        "column": 98
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11348,
                                      "end": 11385,
                                      "loc": {
                                        "start": {
                                          "line": 325,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 325,
                                          "column": 58
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11348,
                                        "end": 11363,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 36
                                          },
                                          "identifierName": "sequelizeErrors"
                                        },
                                        "name": "sequelizeErrors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11364,
                                        "end": 11385,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 58
                                          },
                                          "identifierName": "UniqueConstraintError"
                                        },
                                        "name": "UniqueConstraintError"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 11386,
                                        "end": 11424,
                                        "loc": {
                                          "start": {
                                            "line": 325,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 325,
                                            "column": 97
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11387,
                                            "end": 11394,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 60
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 67
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11387,
                                              "end": 11394,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 67
                                                },
                                                "identifierName": "message"
                                              },
                                              "name": "message"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11387,
                                              "end": 11394,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 67
                                                },
                                                "identifierName": "message"
                                              },
                                              "name": "message"
                                            },
                                            "extra": {
                                              "shorthand": true
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11396,
                                            "end": 11402,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 75
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11396,
                                              "end": 11402,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 75
                                                },
                                                "identifierName": "errors"
                                              },
                                              "name": "errors"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11396,
                                              "end": 11402,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 75
                                                },
                                                "identifierName": "errors"
                                              },
                                              "name": "errors"
                                            },
                                            "extra": {
                                              "shorthand": true
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11404,
                                            "end": 11415,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 88
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11404,
                                              "end": 11410,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 77
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 83
                                                },
                                                "identifierName": "parent"
                                              },
                                              "name": "parent"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11412,
                                              "end": 11415,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 88
                                                },
                                                "identifierName": "err"
                                              },
                                              "name": "err"
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11417,
                                            "end": 11423,
                                            "loc": {
                                              "start": {
                                                "line": 325,
                                                "column": 90
                                              },
                                              "end": {
                                                "line": 325,
                                                "column": 96
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11417,
                                              "end": 11423,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 96
                                                },
                                                "identifierName": "fields"
                                              },
                                              "name": "fields"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11417,
                                              "end": 11423,
                                              "loc": {
                                                "start": {
                                                  "line": 325,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 325,
                                                  "column": 96
                                                },
                                                "identifierName": "fields"
                                              },
                                              "name": "fields"
                                            },
                                            "extra": {
                                              "shorthand": true
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 11442,
                              "end": 11585,
                              "loc": {
                                "start": {
                                  "line": 326,
                                  "column": 15
                                },
                                "end": {
                                  "line": 331,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ReturnStatement",
                                  "start": 11454,
                                  "end": 11575,
                                  "loc": {
                                    "start": {
                                      "line": 327,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 330,
                                      "column": 13
                                    }
                                  },
                                  "argument": {
                                    "type": "NewExpression",
                                    "start": 11461,
                                    "end": 11574,
                                    "loc": {
                                      "start": {
                                        "line": 327,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 330,
                                        "column": 12
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11465,
                                      "end": 11502,
                                      "loc": {
                                        "start": {
                                          "line": 327,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 327,
                                          "column": 58
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11465,
                                        "end": 11480,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 36
                                          },
                                          "identifierName": "sequelizeErrors"
                                        },
                                        "name": "sequelizeErrors"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11481,
                                        "end": 11502,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 327,
                                            "column": 58
                                          },
                                          "identifierName": "UniqueConstraintError"
                                        },
                                        "name": "UniqueConstraintError"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 11503,
                                        "end": 11573,
                                        "loc": {
                                          "start": {
                                            "line": 327,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 330,
                                            "column": 11
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11517,
                                            "end": 11536,
                                            "loc": {
                                              "start": {
                                                "line": 328,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 328,
                                                "column": 31
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11517,
                                              "end": 11524,
                                              "loc": {
                                                "start": {
                                                  "line": 328,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 19
                                                },
                                                "identifierName": "message"
                                              },
                                              "name": "message"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11526,
                                              "end": 11536,
                                              "loc": {
                                                "start": {
                                                  "line": 328,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 328,
                                                  "column": 31
                                                },
                                                "identifierName": "errMessage"
                                              },
                                              "name": "errMessage"
                                            }
                                          },
                                          {
                                            "type": "ObjectProperty",
                                            "start": 11550,
                                            "end": 11561,
                                            "loc": {
                                              "start": {
                                                "line": 329,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 329,
                                                "column": 23
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 11550,
                                              "end": 11556,
                                              "loc": {
                                                "start": {
                                                  "line": 329,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 329,
                                                  "column": 18
                                                },
                                                "identifierName": "parent"
                                              },
                                              "name": "parent"
                                            },
                                            "value": {
                                              "type": "Identifier",
                                              "start": 11558,
                                              "end": 11561,
                                              "loc": {
                                                "start": {
                                                  "line": 329,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 329,
                                                  "column": 23
                                                },
                                                "identifierName": "err"
                                              },
                                              "name": "err"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " there are multiple different formats of error messages for this error code",
                                "start": 10405,
                                "end": 10482,
                                "loc": {
                                  "start": {
                                    "line": 303,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 303,
                                    "column": 85
                                  }
                                }
                              },
                              {
                                "type": "CommentLine",
                                "value": " this regex should check at least two",
                                "start": 10491,
                                "end": 10530,
                                "loc": {
                                  "start": {
                                    "line": 304,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 304,
                                    "column": 47
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "BreakStatement",
                            "start": 11595,
                            "end": 11601,
                            "loc": {
                              "start": {
                                "line": 333,
                                "column": 8
                              },
                              "end": {
                                "line": 333,
                                "column": 14
                              }
                            },
                            "label": null
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 10388,
                          "end": 10395,
                          "loc": {
                            "start": {
                              "line": 302,
                              "column": 11
                            },
                            "end": {
                              "line": 302,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "23505",
                            "raw": "'23505'"
                          },
                          "value": "23505"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 11608,
                        "end": 12037,
                        "loc": {
                          "start": {
                            "line": 334,
                            "column": 6
                          },
                          "end": {
                            "line": 348,
                            "column": 11
                          }
                        },
                        "consequent": [
                          {
                            "type": "ExpressionStatement",
                            "start": 11630,
                            "end": 11681,
                            "loc": {
                              "start": {
                                "line": 335,
                                "column": 8
                              },
                              "end": {
                                "line": 335,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 11630,
                              "end": 11680,
                              "loc": {
                                "start": {
                                  "line": 335,
                                  "column": 8
                                },
                                "end": {
                                  "line": 335,
                                  "column": 58
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 11630,
                                "end": 11635,
                                "loc": {
                                  "start": {
                                    "line": 335,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 335,
                                    "column": 13
                                  },
                                  "identifierName": "match"
                                },
                                "name": "match"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 11638,
                                "end": 11680,
                                "loc": {
                                  "start": {
                                    "line": 335,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 335,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 11638,
                                  "end": 11653,
                                  "loc": {
                                    "start": {
                                      "line": 335,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 335,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 11638,
                                    "end": 11647,
                                    "loc": {
                                      "start": {
                                        "line": 335,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 335,
                                        "column": 25
                                      },
                                      "identifierName": "errDetail"
                                    },
                                    "name": "errDetail"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 11648,
                                    "end": 11653,
                                    "loc": {
                                      "start": {
                                        "line": 335,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 335,
                                        "column": 31
                                      },
                                      "identifierName": "match"
                                    },
                                    "name": "match"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "RegExpLiteral",
                                    "start": 11654,
                                    "end": 11679,
                                    "loc": {
                                      "start": {
                                        "line": 335,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 335,
                                        "column": 57
                                      }
                                    },
                                    "extra": {
                                      "raw": "/Key \\((.*?)\\)=\\((.*?)\\)/"
                                    },
                                    "pattern": "Key \\((.*?)\\)=\\((.*?)\\)",
                                    "flags": ""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 11691,
                            "end": 11789,
                            "loc": {
                              "start": {
                                "line": 337,
                                "column": 8
                              },
                              "end": {
                                "line": 339,
                                "column": 9
                              }
                            },
                            "test": {
                              "type": "Identifier",
                              "start": 11695,
                              "end": 11700,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 12
                                },
                                "end": {
                                  "line": 337,
                                  "column": 17
                                },
                                "identifierName": "match"
                              },
                              "name": "match"
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 11702,
                              "end": 11789,
                              "loc": {
                                "start": {
                                  "line": 337,
                                  "column": 19
                                },
                                "end": {
                                  "line": 339,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 11714,
                                  "end": 11779,
                                  "loc": {
                                    "start": {
                                      "line": 338,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 338,
                                      "column": 75
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 11714,
                                    "end": 11778,
                                    "loc": {
                                      "start": {
                                        "line": 338,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 338,
                                        "column": 74
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 11714,
                                      "end": 11720,
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 16
                                        },
                                        "identifierName": "fields"
                                      },
                                      "name": "fields"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 11723,
                                      "end": 11778,
                                      "loc": {
                                        "start": {
                                          "line": 338,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 338,
                                          "column": 74
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 11723,
                                        "end": 11734,
                                        "loc": {
                                          "start": {
                                            "line": 338,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 338,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11723,
                                          "end": 11724,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 20
                                            },
                                            "identifierName": "_"
                                          },
                                          "name": "_"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11725,
                                          "end": 11734,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 30
                                            },
                                            "identifierName": "zipObject"
                                          },
                                          "name": "zipObject"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 11735,
                                          "end": 11755,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 51
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11735,
                                            "end": 11749,
                                            "loc": {
                                              "start": {
                                                "line": 338,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 338,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11735,
                                              "end": 11743,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11735,
                                                "end": 11740,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 36
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 11741,
                                                "end": 11742,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 38
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 1,
                                                  "raw": "1"
                                                },
                                                "value": 1
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11744,
                                              "end": 11749,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 45
                                                },
                                                "identifierName": "split"
                                              },
                                              "name": "split"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 11750,
                                              "end": 11754,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 50
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", ",
                                                "raw": "', '"
                                              },
                                              "value": ", "
                                            }
                                          ]
                                        },
                                        {
                                          "type": "CallExpression",
                                          "start": 11757,
                                          "end": 11777,
                                          "loc": {
                                            "start": {
                                              "line": 338,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 338,
                                              "column": 73
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 11757,
                                            "end": 11771,
                                            "loc": {
                                              "start": {
                                                "line": 338,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 338,
                                                "column": 67
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 11757,
                                              "end": 11765,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 11757,
                                                "end": 11762,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 58
                                                  },
                                                  "identifierName": "match"
                                                },
                                                "name": "match"
                                              },
                                              "property": {
                                                "type": "NumericLiteral",
                                                "start": 11763,
                                                "end": 11764,
                                                "loc": {
                                                  "start": {
                                                    "line": 338,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 338,
                                                    "column": 60
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                },
                                                "value": 2
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11766,
                                              "end": 11771,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 67
                                                },
                                                "identifierName": "split"
                                              },
                                              "name": "split"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "StringLiteral",
                                              "start": 11772,
                                              "end": 11776,
                                              "loc": {
                                                "start": {
                                                  "line": 338,
                                                  "column": 68
                                                },
                                                "end": {
                                                  "line": 338,
                                                  "column": 72
                                                }
                                              },
                                              "extra": {
                                                "rawValue": ", ",
                                                "raw": "', '"
                                              },
                                              "value": ", "
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 11798,
                            "end": 11837,
                            "loc": {
                              "start": {
                                "line": 340,
                                "column": 8
                              },
                              "end": {
                                "line": 340,
                                "column": 47
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 11798,
                              "end": 11836,
                              "loc": {
                                "start": {
                                  "line": 340,
                                  "column": 8
                                },
                                "end": {
                                  "line": 340,
                                  "column": 46
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 11798,
                                "end": 11805,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 15
                                  },
                                  "identifierName": "message"
                                },
                                "name": "message"
                              },
                              "right": {
                                "type": "StringLiteral",
                                "start": 11808,
                                "end": 11836,
                                "loc": {
                                  "start": {
                                    "line": 340,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 340,
                                    "column": 46
                                  }
                                },
                                "extra": {
                                  "rawValue": "Exclusion constraint error",
                                  "raw": "'Exclusion constraint error'"
                                },
                                "value": "Exclusion constraint error"
                              }
                            }
                          },
                          {
                            "type": "ReturnStatement",
                            "start": 11847,
                            "end": 12037,
                            "loc": {
                              "start": {
                                "line": 342,
                                "column": 8
                              },
                              "end": {
                                "line": 348,
                                "column": 11
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 11854,
                              "end": 12036,
                              "loc": {
                                "start": {
                                  "line": 342,
                                  "column": 15
                                },
                                "end": {
                                  "line": 348,
                                  "column": 10
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 11858,
                                "end": 11898,
                                "loc": {
                                  "start": {
                                    "line": 342,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 342,
                                    "column": 59
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 11858,
                                  "end": 11873,
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 342,
                                      "column": 34
                                    },
                                    "identifierName": "sequelizeErrors"
                                  },
                                  "name": "sequelizeErrors"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 11874,
                                  "end": 11898,
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 342,
                                      "column": 59
                                    },
                                    "identifierName": "ExclusionConstraintError"
                                  },
                                  "name": "ExclusionConstraintError"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 11899,
                                  "end": 12035,
                                  "loc": {
                                    "start": {
                                      "line": 342,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 348,
                                      "column": 9
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11911,
                                      "end": 11918,
                                      "loc": {
                                        "start": {
                                          "line": 343,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 343,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11911,
                                        "end": 11918,
                                        "loc": {
                                          "start": {
                                            "line": 343,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 343,
                                            "column": 17
                                          },
                                          "identifierName": "message"
                                        },
                                        "name": "message"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 11911,
                                        "end": 11918,
                                        "loc": {
                                          "start": {
                                            "line": 343,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 343,
                                            "column": 17
                                          },
                                          "identifierName": "message"
                                        },
                                        "name": "message"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11930,
                                      "end": 11956,
                                      "loc": {
                                        "start": {
                                          "line": 344,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 344,
                                          "column": 36
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11930,
                                        "end": 11940,
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 20
                                          },
                                          "identifierName": "constraint"
                                        },
                                        "name": "constraint"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 11942,
                                        "end": 11956,
                                        "loc": {
                                          "start": {
                                            "line": 344,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 344,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11942,
                                          "end": 11945,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 25
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11946,
                                          "end": 11956,
                                          "loc": {
                                            "start": {
                                              "line": 344,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 344,
                                              "column": 36
                                            },
                                            "identifierName": "constraint"
                                          },
                                          "name": "constraint"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11968,
                                      "end": 11974,
                                      "loc": {
                                        "start": {
                                          "line": 345,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 345,
                                          "column": 16
                                        }
                                      },
                                      "method": false,
                                      "shorthand": true,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11968,
                                        "end": 11974,
                                        "loc": {
                                          "start": {
                                            "line": 345,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 345,
                                            "column": 16
                                          },
                                          "identifierName": "fields"
                                        },
                                        "name": "fields"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 11968,
                                        "end": 11974,
                                        "loc": {
                                          "start": {
                                            "line": 345,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 345,
                                            "column": 16
                                          },
                                          "identifierName": "fields"
                                        },
                                        "name": "fields"
                                      },
                                      "extra": {
                                        "shorthand": true
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 11986,
                                      "end": 12002,
                                      "loc": {
                                        "start": {
                                          "line": 346,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 346,
                                          "column": 26
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 11986,
                                        "end": 11991,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 15
                                          },
                                          "identifierName": "table"
                                        },
                                        "name": "table"
                                      },
                                      "value": {
                                        "type": "MemberExpression",
                                        "start": 11993,
                                        "end": 12002,
                                        "loc": {
                                          "start": {
                                            "line": 346,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 346,
                                            "column": 26
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11993,
                                          "end": 11996,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 20
                                            },
                                            "identifierName": "err"
                                          },
                                          "name": "err"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11997,
                                          "end": 12002,
                                          "loc": {
                                            "start": {
                                              "line": 346,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 346,
                                              "column": 26
                                            },
                                            "identifierName": "table"
                                          },
                                          "name": "table"
                                        },
                                        "computed": false
                                      }
                                    },
                                    {
                                      "type": "ObjectProperty",
                                      "start": 12014,
                                      "end": 12025,
                                      "loc": {
                                        "start": {
                                          "line": 347,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 347,
                                          "column": 21
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "key": {
                                        "type": "Identifier",
                                        "start": 12014,
                                        "end": 12020,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 16
                                          },
                                          "identifierName": "parent"
                                        },
                                        "name": "parent"
                                      },
                                      "value": {
                                        "type": "Identifier",
                                        "start": 12022,
                                        "end": 12025,
                                        "loc": {
                                          "start": {
                                            "line": 347,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 347,
                                            "column": 21
                                          },
                                          "identifierName": "err"
                                        },
                                        "name": "err"
                                      }
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ],
                        "test": {
                          "type": "StringLiteral",
                          "start": 11613,
                          "end": 11620,
                          "loc": {
                            "start": {
                              "line": 334,
                              "column": 11
                            },
                            "end": {
                              "line": 334,
                              "column": 18
                            }
                          },
                          "extra": {
                            "rawValue": "23P01",
                            "raw": "'23P01'"
                          },
                          "value": "23P01"
                        }
                      },
                      {
                        "type": "SwitchCase",
                        "start": 12045,
                        "end": 12108,
                        "loc": {
                          "start": {
                            "line": 350,
                            "column": 6
                          },
                          "end": {
                            "line": 351,
                            "column": 54
                          }
                        },
                        "consequent": [
                          {
                            "type": "ReturnStatement",
                            "start": 12062,
                            "end": 12108,
                            "loc": {
                              "start": {
                                "line": 351,
                                "column": 8
                              },
                              "end": {
                                "line": 351,
                                "column": 54
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 12069,
                              "end": 12107,
                              "loc": {
                                "start": {
                                  "line": 351,
                                  "column": 15
                                },
                                "end": {
                                  "line": 351,
                                  "column": 53
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12073,
                                "end": 12102,
                                "loc": {
                                  "start": {
                                    "line": 351,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 351,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 12073,
                                  "end": 12088,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 34
                                    },
                                    "identifierName": "sequelizeErrors"
                                  },
                                  "name": "sequelizeErrors"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12089,
                                  "end": 12102,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 48
                                    },
                                    "identifierName": "DatabaseError"
                                  },
                                  "name": "DatabaseError"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 12103,
                                  "end": 12106,
                                  "loc": {
                                    "start": {
                                      "line": 351,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 351,
                                      "column": 52
                                    },
                                    "identifierName": "err"
                                  },
                                  "name": "err"
                                }
                              ]
                            }
                          }
                        ],
                        "test": null
                      }
                    ]
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 12122,
              "end": 12415,
              "loc": {
                "start": {
                  "line": 355,
                  "column": 2
                },
                "end": {
                  "line": 357,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 12122,
                "end": 12140,
                "loc": {
                  "start": {
                    "line": 355,
                    "column": 2
                  },
                  "end": {
                    "line": 355,
                    "column": 20
                  },
                  "identifierName": "isForeignKeysQuery"
                },
                "name": "isForeignKeysQuery"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 12143,
                "end": 12415,
                "loc": {
                  "start": {
                    "line": 355,
                    "column": 23
                  },
                  "end": {
                    "line": 357,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 12149,
                    "end": 12411,
                    "loc": {
                      "start": {
                        "line": 356,
                        "column": 4
                      },
                      "end": {
                        "line": 356,
                        "column": 266
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 12156,
                      "end": 12410,
                      "loc": {
                        "start": {
                          "line": 356,
                          "column": 11
                        },
                        "end": {
                          "line": 356,
                          "column": 265
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 12156,
                        "end": 12400,
                        "loc": {
                          "start": {
                            "line": 356,
                            "column": 11
                          },
                          "end": {
                            "line": 356,
                            "column": 255
                          }
                        },
                        "object": {
                          "type": "RegExpLiteral",
                          "start": 12156,
                          "end": 12395,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 11
                            },
                            "end": {
                              "line": 356,
                              "column": 250
                            }
                          },
                          "extra": {
                            "raw": "/SELECT conname as constraint_name, pg_catalog\\.pg_get_constraintdef\\(r\\.oid, true\\) as condef FROM pg_catalog\\.pg_constraint r WHERE r\\.conrelid = \\(SELECT oid FROM pg_class WHERE relname = '.*' LIMIT 1\\) AND r\\.contype = 'f' ORDER BY 1;/"
                          },
                          "pattern": "SELECT conname as constraint_name, pg_catalog\\.pg_get_constraintdef\\(r\\.oid, true\\) as condef FROM pg_catalog\\.pg_constraint r WHERE r\\.conrelid = \\(SELECT oid FROM pg_class WHERE relname = '.*' LIMIT 1\\) AND r\\.contype = 'f' ORDER BY 1;",
                          "flags": ""
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 12396,
                          "end": 12400,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 251
                            },
                            "end": {
                              "line": 356,
                              "column": 255
                            },
                            "identifierName": "test"
                          },
                          "name": "test"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 12401,
                          "end": 12409,
                          "loc": {
                            "start": {
                              "line": 356,
                              "column": 256
                            },
                            "end": {
                              "line": 356,
                              "column": 264
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 12401,
                            "end": 12405,
                            "loc": {
                              "start": {
                                "line": 356,
                                "column": 256
                              },
                              "end": {
                                "line": 356,
                                "column": 260
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 12406,
                            "end": 12409,
                            "loc": {
                              "start": {
                                "line": 356,
                                "column": 261
                              },
                              "end": {
                                "line": 356,
                                "column": 264
                              },
                              "identifierName": "sql"
                            },
                            "name": "sql"
                          },
                          "computed": false
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "ClassMethod",
              "start": 12419,
              "end": 12460,
              "loc": {
                "start": {
                  "line": 359,
                  "column": 2
                },
                "end": {
                  "line": 361,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 12419,
                "end": 12435,
                "loc": {
                  "start": {
                    "line": 359,
                    "column": 2
                  },
                  "end": {
                    "line": 359,
                    "column": 18
                  },
                  "identifierName": "getInsertIdField"
                },
                "name": "getInsertIdField"
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 12438,
                "end": 12460,
                "loc": {
                  "start": {
                    "line": 359,
                    "column": 21
                  },
                  "end": {
                    "line": 361,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 12444,
                    "end": 12456,
                    "loc": {
                      "start": {
                        "line": 360,
                        "column": 4
                      },
                      "end": {
                        "line": 360,
                        "column": 16
                      }
                    },
                    "argument": {
                      "type": "StringLiteral",
                      "start": 12451,
                      "end": 12455,
                      "loc": {
                        "start": {
                          "line": 360,
                          "column": 11
                        },
                        "end": {
                          "line": 360,
                          "column": 15
                        }
                      },
                      "extra": {
                        "rawValue": "id",
                        "raw": "'id'"
                      },
                      "value": "id"
                    }
                  }
                ],
                "directives": []
              }
            }
          ]
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12465,
        "end": 12488,
        "loc": {
          "start": {
            "line": 365,
            "column": 0
          },
          "end": {
            "line": 365,
            "column": 23
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12465,
          "end": 12487,
          "loc": {
            "start": {
              "line": 365,
              "column": 0
            },
            "end": {
              "line": 365,
              "column": 22
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12465,
            "end": 12479,
            "loc": {
              "start": {
                "line": 365,
                "column": 0
              },
              "end": {
                "line": 365,
                "column": 14
              }
            },
            "object": {
              "type": "Identifier",
              "start": 12465,
              "end": 12471,
              "loc": {
                "start": {
                  "line": 365,
                  "column": 0
                },
                "end": {
                  "line": 365,
                  "column": 6
                },
                "identifierName": "module"
              },
              "name": "module"
            },
            "property": {
              "type": "Identifier",
              "start": 12472,
              "end": 12479,
              "loc": {
                "start": {
                  "line": 365,
                  "column": 7
                },
                "end": {
                  "line": 365,
                  "column": 14
                },
                "identifierName": "exports"
              },
              "name": "exports"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12482,
            "end": 12487,
            "loc": {
              "start": {
                "line": 365,
                "column": 17
              },
              "end": {
                "line": 365,
                "column": 22
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12489,
        "end": 12518,
        "loc": {
          "start": {
            "line": 366,
            "column": 0
          },
          "end": {
            "line": 366,
            "column": 29
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12489,
          "end": 12517,
          "loc": {
            "start": {
              "line": 366,
              "column": 0
            },
            "end": {
              "line": 366,
              "column": 28
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12489,
            "end": 12509,
            "loc": {
              "start": {
                "line": 366,
                "column": 0
              },
              "end": {
                "line": 366,
                "column": 20
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 12489,
              "end": 12503,
              "loc": {
                "start": {
                  "line": 366,
                  "column": 0
                },
                "end": {
                  "line": 366,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 12489,
                "end": 12495,
                "loc": {
                  "start": {
                    "line": 366,
                    "column": 0
                  },
                  "end": {
                    "line": 366,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 12496,
                "end": 12503,
                "loc": {
                  "start": {
                    "line": 366,
                    "column": 7
                  },
                  "end": {
                    "line": 366,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 12504,
              "end": 12509,
              "loc": {
                "start": {
                  "line": 366,
                  "column": 15
                },
                "end": {
                  "line": 366,
                  "column": 20
                },
                "identifierName": "Query"
              },
              "name": "Query"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12512,
            "end": 12517,
            "loc": {
              "start": {
                "line": 366,
                "column": 23
              },
              "end": {
                "line": 366,
                "column": 28
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 12519,
        "end": 12550,
        "loc": {
          "start": {
            "line": 367,
            "column": 0
          },
          "end": {
            "line": 367,
            "column": 31
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 12519,
          "end": 12549,
          "loc": {
            "start": {
              "line": 367,
              "column": 0
            },
            "end": {
              "line": 367,
              "column": 30
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 12519,
            "end": 12541,
            "loc": {
              "start": {
                "line": 367,
                "column": 0
              },
              "end": {
                "line": 367,
                "column": 22
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 12519,
              "end": 12533,
              "loc": {
                "start": {
                  "line": 367,
                  "column": 0
                },
                "end": {
                  "line": 367,
                  "column": 14
                }
              },
              "object": {
                "type": "Identifier",
                "start": 12519,
                "end": 12525,
                "loc": {
                  "start": {
                    "line": 367,
                    "column": 0
                  },
                  "end": {
                    "line": 367,
                    "column": 6
                  },
                  "identifierName": "module"
                },
                "name": "module"
              },
              "property": {
                "type": "Identifier",
                "start": 12526,
                "end": 12533,
                "loc": {
                  "start": {
                    "line": 367,
                    "column": 7
                  },
                  "end": {
                    "line": 367,
                    "column": 14
                  },
                  "identifierName": "exports"
                },
                "name": "exports"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 12534,
              "end": 12541,
              "loc": {
                "start": {
                  "line": 367,
                  "column": 15
                },
                "end": {
                  "line": 367,
                  "column": 22
                },
                "identifierName": "default"
              },
              "name": "default"
            },
            "computed": false
          },
          "right": {
            "type": "Identifier",
            "start": 12544,
            "end": 12549,
            "loc": {
              "start": {
                "line": 367,
                "column": 25
              },
              "end": {
                "line": 367,
                "column": 30
              },
              "identifierName": "Query"
            },
            "name": "Query"
          }
        }
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n   * rewrite query with parameters\n   * @private\n   ",
      "start": 712,
      "end": 770,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "do we need benchmark for this query execution",
      "start": 1948,
      "end": 1995,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set the client so that it will be reaped if the connection resets while executing",
      "start": 2506,
      "end": 2590,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 92
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map column index in table to column name",
      "start": 4304,
      "end": 4347,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 53
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Indkey is the order of attributes in the index, specified by a string of attribute indexes",
      "start": 4659,
      "end": 4752,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 103
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for functional indices indKey = 0",
      "start": 4878,
      "end": 4914,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Postgres will treat tables as case-insensitive, so fix the case",
      "start": 6267,
      "end": 6333,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " of the returned values to match attributes",
      "start": 6342,
      "end": 6387,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 53
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " there are multiple different formats of error messages for this error code",
      "start": 10405,
      "end": 10482,
      "loc": {
        "start": {
          "line": 303,
          "column": 8
        },
        "end": {
          "line": 303,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this regex should check at least two",
      "start": 10491,
      "end": 10530,
      "loc": {
        "start": {
          "line": 304,
          "column": 8
        },
        "end": {
          "line": 304,
          "column": 47
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 15,
      "end": 20,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 21,
      "end": 26,
      "loc": {
        "start": {
          "line": 3,
          "column": 6
        },
        "end": {
          "line": 3,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 27,
      "end": 28,
      "loc": {
        "start": {
          "line": 3,
          "column": 12
        },
        "end": {
          "line": 3,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 29,
      "end": 36,
      "loc": {
        "start": {
          "line": 3,
          "column": 14
        },
        "end": {
          "line": 3,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 36,
      "end": 37,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../utils",
      "start": 37,
      "end": 50,
      "loc": {
        "start": {
          "line": 3,
          "column": 22
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 50,
      "end": 51,
      "loc": {
        "start": {
          "line": 3,
          "column": 35
        },
        "end": {
          "line": 3,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 51,
      "end": 52,
      "loc": {
        "start": {
          "line": 3,
          "column": 36
        },
        "end": {
          "line": 3,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 53,
      "end": 58,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 59,
      "end": 64,
      "loc": {
        "start": {
          "line": 4,
          "column": 6
        },
        "end": {
          "line": 4,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 65,
      "end": 66,
      "loc": {
        "start": {
          "line": 4,
          "column": 12
        },
        "end": {
          "line": 4,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 67,
      "end": 72,
      "loc": {
        "start": {
          "line": 4,
          "column": 14
        },
        "end": {
          "line": 4,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 72,
      "end": 73,
      "loc": {
        "start": {
          "line": 4,
          "column": 19
        },
        "end": {
          "line": 4,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getLogger",
      "start": 73,
      "end": 82,
      "loc": {
        "start": {
          "line": 4,
          "column": 20
        },
        "end": {
          "line": 4,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 82,
      "end": 83,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 83,
      "end": 84,
      "loc": {
        "start": {
          "line": 4,
          "column": 30
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 84,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 31
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debugContext",
      "start": 85,
      "end": 97,
      "loc": {
        "start": {
          "line": 4,
          "column": 32
        },
        "end": {
          "line": 4,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 97,
      "end": 98,
      "loc": {
        "start": {
          "line": 4,
          "column": 44
        },
        "end": {
          "line": 4,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "sql:pg",
      "start": 98,
      "end": 106,
      "loc": {
        "start": {
          "line": 4,
          "column": 45
        },
        "end": {
          "line": 4,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 106,
      "end": 107,
      "loc": {
        "start": {
          "line": 4,
          "column": 53
        },
        "end": {
          "line": 4,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 107,
      "end": 108,
      "loc": {
        "start": {
          "line": 4,
          "column": 54
        },
        "end": {
          "line": 4,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 109,
      "end": 114,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 115,
      "end": 128,
      "loc": {
        "start": {
          "line": 5,
          "column": 6
        },
        "end": {
          "line": 5,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 129,
      "end": 130,
      "loc": {
        "start": {
          "line": 5,
          "column": 20
        },
        "end": {
          "line": 5,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 131,
      "end": 138,
      "loc": {
        "start": {
          "line": 5,
          "column": 22
        },
        "end": {
          "line": 5,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 138,
      "end": 139,
      "loc": {
        "start": {
          "line": 5,
          "column": 29
        },
        "end": {
          "line": 5,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../abstract/query",
      "start": 139,
      "end": 158,
      "loc": {
        "start": {
          "line": 5,
          "column": 30
        },
        "end": {
          "line": 5,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 158,
      "end": 159,
      "loc": {
        "start": {
          "line": 5,
          "column": 49
        },
        "end": {
          "line": 5,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 5,
          "column": 50
        },
        "end": {
          "line": 5,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 161,
      "end": 166,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 167,
      "end": 177,
      "loc": {
        "start": {
          "line": 6,
          "column": 6
        },
        "end": {
          "line": 6,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 178,
      "end": 179,
      "loc": {
        "start": {
          "line": 6,
          "column": 17
        },
        "end": {
          "line": 6,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 180,
      "end": 187,
      "loc": {
        "start": {
          "line": 6,
          "column": 19
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 187,
      "end": 188,
      "loc": {
        "start": {
          "line": 6,
          "column": 26
        },
        "end": {
          "line": 6,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../query-types",
      "start": 188,
      "end": 207,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 207,
      "end": 208,
      "loc": {
        "start": {
          "line": 6,
          "column": 46
        },
        "end": {
          "line": 6,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 208,
      "end": 209,
      "loc": {
        "start": {
          "line": 6,
          "column": 47
        },
        "end": {
          "line": 6,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 210,
      "end": 215,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 216,
      "end": 223,
      "loc": {
        "start": {
          "line": 7,
          "column": 6
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 224,
      "end": 225,
      "loc": {
        "start": {
          "line": 7,
          "column": 14
        },
        "end": {
          "line": 7,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 226,
      "end": 233,
      "loc": {
        "start": {
          "line": 7,
          "column": 16
        },
        "end": {
          "line": 7,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 233,
      "end": 234,
      "loc": {
        "start": {
          "line": 7,
          "column": 23
        },
        "end": {
          "line": 7,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../promise",
      "start": 234,
      "end": 249,
      "loc": {
        "start": {
          "line": 7,
          "column": 24
        },
        "end": {
          "line": 7,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 249,
      "end": 250,
      "loc": {
        "start": {
          "line": 7,
          "column": 39
        },
        "end": {
          "line": 7,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 250,
      "end": 251,
      "loc": {
        "start": {
          "line": 7,
          "column": 40
        },
        "end": {
          "line": 7,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 252,
      "end": 257,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 258,
      "end": 273,
      "loc": {
        "start": {
          "line": 8,
          "column": 6
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 274,
      "end": 275,
      "loc": {
        "start": {
          "line": 8,
          "column": 22
        },
        "end": {
          "line": 8,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 276,
      "end": 283,
      "loc": {
        "start": {
          "line": 8,
          "column": 24
        },
        "end": {
          "line": 8,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 8,
          "column": 31
        },
        "end": {
          "line": 8,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../../errors.js",
      "start": 284,
      "end": 301,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 301,
      "end": 302,
      "loc": {
        "start": {
          "line": 8,
          "column": 49
        },
        "end": {
          "line": 8,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 302,
      "end": 303,
      "loc": {
        "start": {
          "line": 8,
          "column": 50
        },
        "end": {
          "line": 8,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 304,
      "end": 309,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 310,
      "end": 311,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 312,
      "end": 313,
      "loc": {
        "start": {
          "line": 9,
          "column": 8
        },
        "end": {
          "line": 9,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "require",
      "start": 314,
      "end": 321,
      "loc": {
        "start": {
          "line": 9,
          "column": 10
        },
        "end": {
          "line": 9,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 321,
      "end": 322,
      "loc": {
        "start": {
          "line": 9,
          "column": 17
        },
        "end": {
          "line": 9,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "lodash",
      "start": 322,
      "end": 330,
      "loc": {
        "start": {
          "line": 9,
          "column": 18
        },
        "end": {
          "line": 9,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 330,
      "end": 331,
      "loc": {
        "start": {
          "line": 9,
          "column": 26
        },
        "end": {
          "line": 9,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 331,
      "end": 332,
      "loc": {
        "start": {
          "line": 9,
          "column": 27
        },
        "end": {
          "line": 9,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 334,
      "end": 339,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 340,
      "end": 345,
      "loc": {
        "start": {
          "line": 11,
          "column": 6
        },
        "end": {
          "line": 11,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 346,
      "end": 353,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 354,
      "end": 367,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 368,
      "end": 369,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 372,
      "end": 383,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 383,
      "end": 384,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 384,
      "end": 390,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 392,
      "end": 401,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 401,
      "end": 402,
      "loc": {
        "start": {
          "line": 12,
          "column": 31
        },
        "end": {
          "line": 12,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 403,
      "end": 410,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 410,
      "end": 411,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 412,
      "end": 413,
      "loc": {
        "start": {
          "line": 12,
          "column": 42
        },
        "end": {
          "line": 12,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 418,
      "end": 423,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 424,
      "end": 425,
      "loc": {
        "start": {
          "line": 13,
          "column": 10
        },
        "end": {
          "line": 13,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 13,
          "column": 11
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 431,
      "end": 435,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 435,
      "end": 436,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 436,
      "end": 442,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 443,
      "end": 444,
      "loc": {
        "start": {
          "line": 14,
          "column": 16
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 445,
      "end": 451,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 14,
          "column": 24
        },
        "end": {
          "line": 14,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 457,
      "end": 461,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 15,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 461,
      "end": 462,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 462,
      "end": 471,
      "loc": {
        "start": {
          "line": 15,
          "column": 9
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 472,
      "end": 473,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 474,
      "end": 483,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 483,
      "end": 484,
      "loc": {
        "start": {
          "line": 15,
          "column": 30
        },
        "end": {
          "line": 15,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 489,
      "end": 493,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 16,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 493,
      "end": 494,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 494,
      "end": 502,
      "loc": {
        "start": {
          "line": 16,
          "column": 9
        },
        "end": {
          "line": 16,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 503,
      "end": 504,
      "loc": {
        "start": {
          "line": 16,
          "column": 18
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 505,
      "end": 512,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 512,
      "end": 513,
      "loc": {
        "start": {
          "line": 16,
          "column": 27
        },
        "end": {
          "line": 16,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 513,
      "end": 521,
      "loc": {
        "start": {
          "line": 16,
          "column": 28
        },
        "end": {
          "line": 16,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 521,
      "end": 522,
      "loc": {
        "start": {
          "line": 16,
          "column": 36
        },
        "end": {
          "line": 16,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 527,
      "end": 531,
      "loc": {
        "start": {
          "line": 17,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 531,
      "end": 532,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 532,
      "end": 537,
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 538,
      "end": 539,
      "loc": {
        "start": {
          "line": 17,
          "column": 15
        },
        "end": {
          "line": 17,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 540,
      "end": 547,
      "loc": {
        "start": {
          "line": 17,
          "column": 17
        },
        "end": {
          "line": 17,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 547,
      "end": 548,
      "loc": {
        "start": {
          "line": 17,
          "column": 24
        },
        "end": {
          "line": 17,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 548,
      "end": 553,
      "loc": {
        "start": {
          "line": 17,
          "column": 25
        },
        "end": {
          "line": 17,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 17,
          "column": 30
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 559,
      "end": 563,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 563,
      "end": 564,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 564,
      "end": 571,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 572,
      "end": 573,
      "loc": {
        "start": {
          "line": 18,
          "column": 17
        },
        "end": {
          "line": 18,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 574,
      "end": 575,
      "loc": {
        "start": {
          "line": 18,
          "column": 19
        },
        "end": {
          "line": 18,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 575,
      "end": 576,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "extend",
      "start": 576,
      "end": 582,
      "loc": {
        "start": {
          "line": 18,
          "column": 21
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 582,
      "end": 583,
      "loc": {
        "start": {
          "line": 18,
          "column": 27
        },
        "end": {
          "line": 18,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 583,
      "end": 584,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logging",
      "start": 591,
      "end": 598,
      "loc": {
        "start": {
          "line": 19,
          "column": 6
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "console",
      "start": 600,
      "end": 607,
      "loc": {
        "start": {
          "line": 19,
          "column": 15
        },
        "end": {
          "line": 19,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 607,
      "end": 608,
      "loc": {
        "start": {
          "line": 19,
          "column": 22
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 608,
      "end": 611,
      "loc": {
        "start": {
          "line": 19,
          "column": 23
        },
        "end": {
          "line": 19,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 611,
      "end": 612,
      "loc": {
        "start": {
          "line": 19,
          "column": 26
        },
        "end": {
          "line": 19,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 619,
      "end": 624,
      "loc": {
        "start": {
          "line": 20,
          "column": 6
        },
        "end": {
          "line": 20,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 624,
      "end": 625,
      "loc": {
        "start": {
          "line": 20,
          "column": 11
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 626,
      "end": 631,
      "loc": {
        "start": {
          "line": 20,
          "column": 13
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 639,
      "end": 642,
      "loc": {
        "start": {
          "line": 21,
          "column": 6
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 642,
      "end": 643,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 644,
      "end": 649,
      "loc": {
        "start": {
          "line": 21,
          "column": 11
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 654,
      "end": 655,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 655,
      "end": 656,
      "loc": {
        "start": {
          "line": 22,
          "column": 5
        },
        "end": {
          "line": 22,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 657,
      "end": 664,
      "loc": {
        "start": {
          "line": 22,
          "column": 7
        },
        "end": {
          "line": 22,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 665,
      "end": 667,
      "loc": {
        "start": {
          "line": 22,
          "column": 15
        },
        "end": {
          "line": 22,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 668,
      "end": 669,
      "loc": {
        "start": {
          "line": 22,
          "column": 18
        },
        "end": {
          "line": 22,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 669,
      "end": 670,
      "loc": {
        "start": {
          "line": 22,
          "column": 19
        },
        "end": {
          "line": 22,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 670,
      "end": 671,
      "loc": {
        "start": {
          "line": 22,
          "column": 20
        },
        "end": {
          "line": 22,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 671,
      "end": 672,
      "loc": {
        "start": {
          "line": 22,
          "column": 21
        },
        "end": {
          "line": 22,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 678,
      "end": 682,
      "loc": {
        "start": {
          "line": 24,
          "column": 4
        },
        "end": {
          "line": 24,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkLoggingOption",
      "start": 683,
      "end": 701,
      "loc": {
        "start": {
          "line": 24,
          "column": 9
        },
        "end": {
          "line": 24,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 701,
      "end": 702,
      "loc": {
        "start": {
          "line": 24,
          "column": 27
        },
        "end": {
          "line": 24,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 702,
      "end": 703,
      "loc": {
        "start": {
          "line": 24,
          "column": 28
        },
        "end": {
          "line": 24,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 24,
          "column": 29
        },
        "end": {
          "line": 24,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 707,
      "end": 708,
      "loc": {
        "start": {
          "line": 25,
          "column": 2
        },
        "end": {
          "line": 25,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * rewrite query with parameters\n   * @private\n   ",
      "start": 712,
      "end": 770,
      "loc": {
        "start": {
          "line": 27,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "static",
      "start": 773,
      "end": 779,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 31,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatBindParameters",
      "start": 780,
      "end": 800,
      "loc": {
        "start": {
          "line": 31,
          "column": 9
        },
        "end": {
          "line": 31,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 800,
      "end": 801,
      "loc": {
        "start": {
          "line": 31,
          "column": 29
        },
        "end": {
          "line": 31,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 801,
      "end": 804,
      "loc": {
        "start": {
          "line": 31,
          "column": 30
        },
        "end": {
          "line": 31,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 804,
      "end": 805,
      "loc": {
        "start": {
          "line": 31,
          "column": 33
        },
        "end": {
          "line": 31,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 806,
      "end": 812,
      "loc": {
        "start": {
          "line": 31,
          "column": 35
        },
        "end": {
          "line": 31,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 812,
      "end": 813,
      "loc": {
        "start": {
          "line": 31,
          "column": 41
        },
        "end": {
          "line": 31,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 814,
      "end": 821,
      "loc": {
        "start": {
          "line": 31,
          "column": 43
        },
        "end": {
          "line": 31,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 31,
          "column": 50
        },
        "end": {
          "line": 31,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 823,
      "end": 824,
      "loc": {
        "start": {
          "line": 31,
          "column": 52
        },
        "end": {
          "line": 31,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 829,
      "end": 832,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bindParam",
      "start": 833,
      "end": 842,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 843,
      "end": 844,
      "loc": {
        "start": {
          "line": 32,
          "column": 18
        },
        "end": {
          "line": 32,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 845,
      "end": 846,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 846,
      "end": 847,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 847,
      "end": 848,
      "loc": {
        "start": {
          "line": 32,
          "column": 22
        },
        "end": {
          "line": 32,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 853,
      "end": 855,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 856,
      "end": 857,
      "loc": {
        "start": {
          "line": 33,
          "column": 7
        },
        "end": {
          "line": 33,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 857,
      "end": 862,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 862,
      "end": 863,
      "loc": {
        "start": {
          "line": 33,
          "column": 13
        },
        "end": {
          "line": 33,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 863,
      "end": 870,
      "loc": {
        "start": {
          "line": 33,
          "column": 14
        },
        "end": {
          "line": 33,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 870,
      "end": 871,
      "loc": {
        "start": {
          "line": 33,
          "column": 21
        },
        "end": {
          "line": 33,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 871,
      "end": 877,
      "loc": {
        "start": {
          "line": 33,
          "column": 22
        },
        "end": {
          "line": 33,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 877,
      "end": 878,
      "loc": {
        "start": {
          "line": 33,
          "column": 28
        },
        "end": {
          "line": 33,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 878,
      "end": 879,
      "loc": {
        "start": {
          "line": 33,
          "column": 29
        },
        "end": {
          "line": 33,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 880,
      "end": 881,
      "loc": {
        "start": {
          "line": 33,
          "column": 31
        },
        "end": {
          "line": 33,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bindParam",
      "start": 888,
      "end": 897,
      "loc": {
        "start": {
          "line": 34,
          "column": 6
        },
        "end": {
          "line": 34,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 898,
      "end": 899,
      "loc": {
        "start": {
          "line": 34,
          "column": 16
        },
        "end": {
          "line": 34,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 900,
      "end": 906,
      "loc": {
        "start": {
          "line": 34,
          "column": 18
        },
        "end": {
          "line": 34,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 34,
          "column": 24
        },
        "end": {
          "line": 34,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 914,
      "end": 917,
      "loc": {
        "start": {
          "line": 35,
          "column": 6
        },
        "end": {
          "line": 35,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 918,
      "end": 919,
      "loc": {
        "start": {
          "line": 35,
          "column": 10
        },
        "end": {
          "line": 35,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 920,
      "end": 933,
      "loc": {
        "start": {
          "line": 35,
          "column": 12
        },
        "end": {
          "line": 35,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 35,
          "column": 25
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatBindParameters",
      "start": 934,
      "end": 954,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 954,
      "end": 955,
      "loc": {
        "start": {
          "line": 35,
          "column": 46
        },
        "end": {
          "line": 35,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 955,
      "end": 958,
      "loc": {
        "start": {
          "line": 35,
          "column": 47
        },
        "end": {
          "line": 35,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 958,
      "end": 959,
      "loc": {
        "start": {
          "line": 35,
          "column": 50
        },
        "end": {
          "line": 35,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 960,
      "end": 966,
      "loc": {
        "start": {
          "line": 35,
          "column": 52
        },
        "end": {
          "line": 35,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 966,
      "end": 967,
      "loc": {
        "start": {
          "line": 35,
          "column": 58
        },
        "end": {
          "line": 35,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 968,
      "end": 975,
      "loc": {
        "start": {
          "line": 35,
          "column": 60
        },
        "end": {
          "line": 35,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 975,
      "end": 976,
      "loc": {
        "start": {
          "line": 35,
          "column": 67
        },
        "end": {
          "line": 35,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 977,
      "end": 978,
      "loc": {
        "start": {
          "line": 35,
          "column": 69
        },
        "end": {
          "line": 35,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "skipValueReplace",
      "start": 979,
      "end": 995,
      "loc": {
        "start": {
          "line": 35,
          "column": 71
        },
        "end": {
          "line": 35,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 995,
      "end": 996,
      "loc": {
        "start": {
          "line": 35,
          "column": 87
        },
        "end": {
          "line": 35,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 997,
      "end": 1001,
      "loc": {
        "start": {
          "line": 35,
          "column": 89
        },
        "end": {
          "line": 35,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1002,
      "end": 1003,
      "loc": {
        "start": {
          "line": 35,
          "column": 94
        },
        "end": {
          "line": 35,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 35,
          "column": 95
        },
        "end": {
          "line": 35,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1004,
      "end": 1005,
      "loc": {
        "start": {
          "line": 35,
          "column": 96
        },
        "end": {
          "line": 35,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1005,
      "end": 1006,
      "loc": {
        "start": {
          "line": 35,
          "column": 97
        },
        "end": {
          "line": 35,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1006,
      "end": 1007,
      "loc": {
        "start": {
          "line": 35,
          "column": 98
        },
        "end": {
          "line": 35,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 35,
          "column": 99
        },
        "end": {
          "line": 35,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1013,
      "end": 1014,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 1015,
      "end": 1019,
      "loc": {
        "start": {
          "line": 36,
          "column": 6
        },
        "end": {
          "line": 36,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1020,
      "end": 1021,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1028,
      "end": 1031,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1032,
      "end": 1033,
      "loc": {
        "start": {
          "line": 37,
          "column": 10
        },
        "end": {
          "line": 37,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1034,
      "end": 1035,
      "loc": {
        "start": {
          "line": 37,
          "column": 12
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1036,
      "end": 1037,
      "loc": {
        "start": {
          "line": 37,
          "column": 14
        },
        "end": {
          "line": 37,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1037,
      "end": 1038,
      "loc": {
        "start": {
          "line": 37,
          "column": 15
        },
        "end": {
          "line": 37,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1045,
      "end": 1050,
      "loc": {
        "start": {
          "line": 38,
          "column": 6
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "seen",
      "start": 1051,
      "end": 1055,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1056,
      "end": 1057,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1058,
      "end": 1059,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 38,
          "column": 20
        },
        "end": {
          "line": 38,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1060,
      "end": 1061,
      "loc": {
        "start": {
          "line": 38,
          "column": 21
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1068,
      "end": 1073,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacementFunc",
      "start": 1074,
      "end": 1089,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1090,
      "end": 1091,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1092,
      "end": 1093,
      "loc": {
        "start": {
          "line": 39,
          "column": 30
        },
        "end": {
          "line": 39,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 1093,
      "end": 1098,
      "loc": {
        "start": {
          "line": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1098,
      "end": 1099,
      "loc": {
        "start": {
          "line": 39,
          "column": 36
        },
        "end": {
          "line": 39,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1100,
      "end": 1103,
      "loc": {
        "start": {
          "line": 39,
          "column": 38
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1103,
      "end": 1104,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 1105,
      "end": 1111,
      "loc": {
        "start": {
          "line": 39,
          "column": 43
        },
        "end": {
          "line": 39,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 39,
          "column": 49
        },
        "end": {
          "line": 39,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "timeZone",
      "start": 1113,
      "end": 1121,
      "loc": {
        "start": {
          "line": 39,
          "column": 51
        },
        "end": {
          "line": 39,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1121,
      "end": 1122,
      "loc": {
        "start": {
          "line": 39,
          "column": 59
        },
        "end": {
          "line": 39,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 1123,
      "end": 1130,
      "loc": {
        "start": {
          "line": 39,
          "column": 61
        },
        "end": {
          "line": 39,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1130,
      "end": 1131,
      "loc": {
        "start": {
          "line": 39,
          "column": 68
        },
        "end": {
          "line": 39,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1132,
      "end": 1139,
      "loc": {
        "start": {
          "line": 39,
          "column": 70
        },
        "end": {
          "line": 39,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 39,
          "column": 77
        },
        "end": {
          "line": 39,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1141,
      "end": 1143,
      "loc": {
        "start": {
          "line": 39,
          "column": 79
        },
        "end": {
          "line": 39,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1144,
      "end": 1145,
      "loc": {
        "start": {
          "line": 39,
          "column": 82
        },
        "end": {
          "line": 39,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1154,
      "end": 1156,
      "loc": {
        "start": {
          "line": 40,
          "column": 8
        },
        "end": {
          "line": 40,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1157,
      "end": 1158,
      "loc": {
        "start": {
          "line": 40,
          "column": 11
        },
        "end": {
          "line": 40,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "seen",
      "start": 1158,
      "end": 1162,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1162,
      "end": 1163,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1163,
      "end": 1166,
      "loc": {
        "start": {
          "line": 40,
          "column": 17
        },
        "end": {
          "line": 40,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1166,
      "end": 1167,
      "loc": {
        "start": {
          "line": 40,
          "column": 20
        },
        "end": {
          "line": 40,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1168,
      "end": 1171,
      "loc": {
        "start": {
          "line": 40,
          "column": 22
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1172,
      "end": 1181,
      "loc": {
        "start": {
          "line": 40,
          "column": 26
        },
        "end": {
          "line": 40,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1181,
      "end": 1182,
      "loc": {
        "start": {
          "line": 40,
          "column": 35
        },
        "end": {
          "line": 40,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1183,
      "end": 1184,
      "loc": {
        "start": {
          "line": 40,
          "column": 37
        },
        "end": {
          "line": 40,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1195,
      "end": 1201,
      "loc": {
        "start": {
          "line": 41,
          "column": 10
        },
        "end": {
          "line": 41,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "seen",
      "start": 1202,
      "end": 1206,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 41,
          "column": 21
        },
        "end": {
          "line": 41,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1207,
      "end": 1210,
      "loc": {
        "start": {
          "line": 41,
          "column": 22
        },
        "end": {
          "line": 41,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1210,
      "end": 1211,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1211,
      "end": 1212,
      "loc": {
        "start": {
          "line": 41,
          "column": 26
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1221,
      "end": 1222,
      "loc": {
        "start": {
          "line": 42,
          "column": 8
        },
        "end": {
          "line": 42,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1231,
      "end": 1233,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 43,
          "column": 11
        },
        "end": {
          "line": 43,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 1235,
      "end": 1241,
      "loc": {
        "start": {
          "line": 43,
          "column": 12
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1241,
      "end": 1242,
      "loc": {
        "start": {
          "line": 43,
          "column": 18
        },
        "end": {
          "line": 43,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1242,
      "end": 1245,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "end": {
          "line": 43,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1245,
      "end": 1246,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 1247,
      "end": 1250,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1251,
      "end": 1260,
      "loc": {
        "start": {
          "line": 43,
          "column": 28
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1260,
      "end": 1261,
      "loc": {
        "start": {
          "line": 43,
          "column": 37
        },
        "end": {
          "line": 43,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1262,
      "end": 1263,
      "loc": {
        "start": {
          "line": 43,
          "column": 39
        },
        "end": {
          "line": 43,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1274,
      "end": 1275,
      "loc": {
        "start": {
          "line": 44,
          "column": 10
        },
        "end": {
          "line": 44,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1276,
      "end": 1277,
      "loc": {
        "start": {
          "line": 44,
          "column": 12
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1278,
      "end": 1279,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1280,
      "end": 1281,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 1282,
      "end": 1283,
      "loc": {
        "start": {
          "line": 44,
          "column": 18
        },
        "end": {
          "line": 44,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1283,
      "end": 1284,
      "loc": {
        "start": {
          "line": 44,
          "column": 19
        },
        "end": {
          "line": 44,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bindParam",
      "start": 1295,
      "end": 1304,
      "loc": {
        "start": {
          "line": 45,
          "column": 10
        },
        "end": {
          "line": 45,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1304,
      "end": 1305,
      "loc": {
        "start": {
          "line": 45,
          "column": 19
        },
        "end": {
          "line": 45,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1305,
      "end": 1309,
      "loc": {
        "start": {
          "line": 45,
          "column": 20
        },
        "end": {
          "line": 45,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 45,
          "column": 24
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 1310,
      "end": 1316,
      "loc": {
        "start": {
          "line": 45,
          "column": 25
        },
        "end": {
          "line": 45,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 45,
          "column": 31
        },
        "end": {
          "line": 45,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1317,
      "end": 1320,
      "loc": {
        "start": {
          "line": 45,
          "column": 32
        },
        "end": {
          "line": 45,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1320,
      "end": 1321,
      "loc": {
        "start": {
          "line": 45,
          "column": 35
        },
        "end": {
          "line": 45,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1321,
      "end": 1322,
      "loc": {
        "start": {
          "line": 45,
          "column": 36
        },
        "end": {
          "line": 45,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1322,
      "end": 1323,
      "loc": {
        "start": {
          "line": 45,
          "column": 37
        },
        "end": {
          "line": 45,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "seen",
      "start": 1334,
      "end": 1338,
      "loc": {
        "start": {
          "line": 46,
          "column": 10
        },
        "end": {
          "line": 46,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1338,
      "end": 1339,
      "loc": {
        "start": {
          "line": 46,
          "column": 14
        },
        "end": {
          "line": 46,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 1339,
      "end": 1342,
      "loc": {
        "start": {
          "line": 46,
          "column": 15
        },
        "end": {
          "line": 46,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1342,
      "end": 1343,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1344,
      "end": 1345,
      "loc": {
        "start": {
          "line": 46,
          "column": 20
        },
        "end": {
          "line": 46,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 1346,
      "end": 1349,
      "loc": {
        "start": {
          "line": 46,
          "column": 22
        },
        "end": {
          "line": 46,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 46,
          "column": 25
        },
        "end": {
          "line": 46,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1350,
      "end": 1351,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1351,
      "end": 1352,
      "loc": {
        "start": {
          "line": 46,
          "column": 27
        },
        "end": {
          "line": 46,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1363,
      "end": 1369,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "$",
      "start": 1370,
      "end": 1373,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1373,
      "end": 1374,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1374,
      "end": 1375,
      "loc": {
        "start": {
          "line": 47,
          "column": 21
        },
        "end": {
          "line": 47,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1375,
      "end": 1376,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1395,
      "end": 1401,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1402,
      "end": 1411,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1411,
      "end": 1412,
      "loc": {
        "start": {
          "line": 49,
          "column": 24
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 50,
          "column": 6
        },
        "end": {
          "line": 50,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1420,
      "end": 1421,
      "loc": {
        "start": {
          "line": 50,
          "column": 7
        },
        "end": {
          "line": 50,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1428,
      "end": 1431,
      "loc": {
        "start": {
          "line": 51,
          "column": 6
        },
        "end": {
          "line": 51,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1432,
      "end": 1433,
      "loc": {
        "start": {
          "line": 51,
          "column": 10
        },
        "end": {
          "line": 51,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "AbstractQuery",
      "start": 1434,
      "end": 1447,
      "loc": {
        "start": {
          "line": 51,
          "column": 12
        },
        "end": {
          "line": 51,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 51,
          "column": 25
        },
        "end": {
          "line": 51,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatBindParameters",
      "start": 1448,
      "end": 1468,
      "loc": {
        "start": {
          "line": 51,
          "column": 26
        },
        "end": {
          "line": 51,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1468,
      "end": 1469,
      "loc": {
        "start": {
          "line": 51,
          "column": 46
        },
        "end": {
          "line": 51,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1469,
      "end": 1472,
      "loc": {
        "start": {
          "line": 51,
          "column": 47
        },
        "end": {
          "line": 51,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1472,
      "end": 1473,
      "loc": {
        "start": {
          "line": 51,
          "column": 50
        },
        "end": {
          "line": 51,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 1474,
      "end": 1480,
      "loc": {
        "start": {
          "line": 51,
          "column": 52
        },
        "end": {
          "line": 51,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1480,
      "end": 1481,
      "loc": {
        "start": {
          "line": 51,
          "column": 58
        },
        "end": {
          "line": 51,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dialect",
      "start": 1482,
      "end": 1489,
      "loc": {
        "start": {
          "line": 51,
          "column": 60
        },
        "end": {
          "line": 51,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1489,
      "end": 1490,
      "loc": {
        "start": {
          "line": 51,
          "column": 67
        },
        "end": {
          "line": 51,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replacementFunc",
      "start": 1491,
      "end": 1506,
      "loc": {
        "start": {
          "line": 51,
          "column": 69
        },
        "end": {
          "line": 51,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1506,
      "end": 1507,
      "loc": {
        "start": {
          "line": 51,
          "column": 84
        },
        "end": {
          "line": 51,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1507,
      "end": 1508,
      "loc": {
        "start": {
          "line": 51,
          "column": 85
        },
        "end": {
          "line": 51,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1508,
      "end": 1509,
      "loc": {
        "start": {
          "line": 51,
          "column": 86
        },
        "end": {
          "line": 51,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1509,
      "end": 1510,
      "loc": {
        "start": {
          "line": 51,
          "column": 87
        },
        "end": {
          "line": 51,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 51,
          "column": 88
        },
        "end": {
          "line": 51,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1516,
      "end": 1517,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1522,
      "end": 1528,
      "loc": {
        "start": {
          "line": 53,
          "column": 4
        },
        "end": {
          "line": 53,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1529,
      "end": 1530,
      "loc": {
        "start": {
          "line": 53,
          "column": 11
        },
        "end": {
          "line": 53,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1530,
      "end": 1533,
      "loc": {
        "start": {
          "line": 53,
          "column": 12
        },
        "end": {
          "line": 53,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1533,
      "end": 1534,
      "loc": {
        "start": {
          "line": 53,
          "column": 15
        },
        "end": {
          "line": 53,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bindParam",
      "start": 1535,
      "end": 1544,
      "loc": {
        "start": {
          "line": 53,
          "column": 17
        },
        "end": {
          "line": 53,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1544,
      "end": 1545,
      "loc": {
        "start": {
          "line": 53,
          "column": 26
        },
        "end": {
          "line": 53,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1545,
      "end": 1546,
      "loc": {
        "start": {
          "line": 53,
          "column": 27
        },
        "end": {
          "line": 53,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1549,
      "end": 1550,
      "loc": {
        "start": {
          "line": 54,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "run",
      "start": 1554,
      "end": 1557,
      "loc": {
        "start": {
          "line": 56,
          "column": 2
        },
        "end": {
          "line": 56,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1557,
      "end": 1558,
      "loc": {
        "start": {
          "line": 56,
          "column": 5
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1558,
      "end": 1561,
      "loc": {
        "start": {
          "line": 56,
          "column": 6
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1561,
      "end": 1562,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 1563,
      "end": 1573,
      "loc": {
        "start": {
          "line": 56,
          "column": 11
        },
        "end": {
          "line": 56,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1573,
      "end": 1574,
      "loc": {
        "start": {
          "line": 56,
          "column": 21
        },
        "end": {
          "line": 56,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1575,
      "end": 1576,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1581,
      "end": 1585,
      "loc": {
        "start": {
          "line": 57,
          "column": 4
        },
        "end": {
          "line": 57,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1585,
      "end": 1586,
      "loc": {
        "start": {
          "line": 57,
          "column": 8
        },
        "end": {
          "line": 57,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1586,
      "end": 1589,
      "loc": {
        "start": {
          "line": 57,
          "column": 9
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1590,
      "end": 1591,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1592,
      "end": 1595,
      "loc": {
        "start": {
          "line": 57,
          "column": 15
        },
        "end": {
          "line": 57,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1595,
      "end": 1596,
      "loc": {
        "start": {
          "line": 57,
          "column": 18
        },
        "end": {
          "line": 57,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1602,
      "end": 1604,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1604,
      "end": 1605,
      "loc": {
        "start": {
          "line": 59,
          "column": 6
        },
        "end": {
          "line": 59,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1605,
      "end": 1606,
      "loc": {
        "start": {
          "line": 59,
          "column": 7
        },
        "end": {
          "line": 59,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Utils",
      "start": 1606,
      "end": 1611,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1611,
      "end": 1612,
      "loc": {
        "start": {
          "line": 59,
          "column": 13
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 1612,
      "end": 1613,
      "loc": {
        "start": {
          "line": 59,
          "column": 14
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1613,
      "end": 1614,
      "loc": {
        "start": {
          "line": 59,
          "column": 15
        },
        "end": {
          "line": 59,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEmpty",
      "start": 1614,
      "end": 1621,
      "loc": {
        "start": {
          "line": 59,
          "column": 16
        },
        "end": {
          "line": 59,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1621,
      "end": 1622,
      "loc": {
        "start": {
          "line": 59,
          "column": 23
        },
        "end": {
          "line": 59,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1622,
      "end": 1626,
      "loc": {
        "start": {
          "line": 59,
          "column": 24
        },
        "end": {
          "line": 59,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1626,
      "end": 1627,
      "loc": {
        "start": {
          "line": 59,
          "column": 28
        },
        "end": {
          "line": 59,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1627,
      "end": 1634,
      "loc": {
        "start": {
          "line": 59,
          "column": 29
        },
        "end": {
          "line": 59,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1634,
      "end": 1635,
      "loc": {
        "start": {
          "line": 59,
          "column": 36
        },
        "end": {
          "line": 59,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "searchPath",
      "start": 1635,
      "end": 1645,
      "loc": {
        "start": {
          "line": 59,
          "column": 37
        },
        "end": {
          "line": 59,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 59,
          "column": 47
        },
        "end": {
          "line": 59,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1646,
      "end": 1647,
      "loc": {
        "start": {
          "line": 59,
          "column": 48
        },
        "end": {
          "line": 59,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1647,
      "end": 1648,
      "loc": {
        "start": {
          "line": 59,
          "column": 49
        },
        "end": {
          "line": 59,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1655,
      "end": 1659,
      "loc": {
        "start": {
          "line": 60,
          "column": 6
        },
        "end": {
          "line": 60,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1659,
      "end": 1660,
      "loc": {
        "start": {
          "line": 60,
          "column": 10
        },
        "end": {
          "line": 60,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1660,
      "end": 1663,
      "loc": {
        "start": {
          "line": 60,
          "column": 11
        },
        "end": {
          "line": 60,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1664,
      "end": 1665,
      "loc": {
        "start": {
          "line": 60,
          "column": 15
        },
        "end": {
          "line": 60,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1666,
      "end": 1670,
      "loc": {
        "start": {
          "line": 60,
          "column": 17
        },
        "end": {
          "line": 60,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1670,
      "end": 1671,
      "loc": {
        "start": {
          "line": 60,
          "column": 21
        },
        "end": {
          "line": 60,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 1671,
      "end": 1680,
      "loc": {
        "start": {
          "line": 60,
          "column": 22
        },
        "end": {
          "line": 60,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 60,
          "column": 31
        },
        "end": {
          "line": 60,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryInterface",
      "start": 1681,
      "end": 1695,
      "loc": {
        "start": {
          "line": 60,
          "column": 32
        },
        "end": {
          "line": 60,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1695,
      "end": 1696,
      "loc": {
        "start": {
          "line": 60,
          "column": 46
        },
        "end": {
          "line": 60,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 1696,
      "end": 1710,
      "loc": {
        "start": {
          "line": 60,
          "column": 47
        },
        "end": {
          "line": 60,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1710,
      "end": 1711,
      "loc": {
        "start": {
          "line": 60,
          "column": 61
        },
        "end": {
          "line": 60,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setSearchPath",
      "start": 1711,
      "end": 1724,
      "loc": {
        "start": {
          "line": 60,
          "column": 62
        },
        "end": {
          "line": 60,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1724,
      "end": 1725,
      "loc": {
        "start": {
          "line": 60,
          "column": 75
        },
        "end": {
          "line": 60,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1725,
      "end": 1729,
      "loc": {
        "start": {
          "line": 60,
          "column": 76
        },
        "end": {
          "line": 60,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1729,
      "end": 1730,
      "loc": {
        "start": {
          "line": 60,
          "column": 80
        },
        "end": {
          "line": 60,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 1730,
      "end": 1737,
      "loc": {
        "start": {
          "line": 60,
          "column": 81
        },
        "end": {
          "line": 60,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1737,
      "end": 1738,
      "loc": {
        "start": {
          "line": 60,
          "column": 88
        },
        "end": {
          "line": 60,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "searchPath",
      "start": 1738,
      "end": 1748,
      "loc": {
        "start": {
          "line": 60,
          "column": 89
        },
        "end": {
          "line": 60,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1748,
      "end": 1749,
      "loc": {
        "start": {
          "line": 60,
          "column": 99
        },
        "end": {
          "line": 60,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 1750,
      "end": 1751,
      "loc": {
        "start": {
          "line": 60,
          "column": 101
        },
        "end": {
          "line": 60,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1752,
      "end": 1755,
      "loc": {
        "start": {
          "line": 60,
          "column": 103
        },
        "end": {
          "line": 60,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1755,
      "end": 1756,
      "loc": {
        "start": {
          "line": 60,
          "column": 106
        },
        "end": {
          "line": 60,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1761,
      "end": 1762,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1768,
      "end": 1773,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1774,
      "end": 1779,
      "loc": {
        "start": {
          "line": 63,
          "column": 10
        },
        "end": {
          "line": 63,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1780,
      "end": 1781,
      "loc": {
        "start": {
          "line": 63,
          "column": 16
        },
        "end": {
          "line": 63,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1782,
      "end": 1783,
      "loc": {
        "start": {
          "line": 63,
          "column": 18
        },
        "end": {
          "line": 63,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1783,
      "end": 1784,
      "loc": {
        "start": {
          "line": 63,
          "column": 19
        },
        "end": {
          "line": 63,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 1784,
      "end": 1794,
      "loc": {
        "start": {
          "line": 63,
          "column": 20
        },
        "end": {
          "line": 63,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1795,
      "end": 1797,
      "loc": {
        "start": {
          "line": 63,
          "column": 31
        },
        "end": {
          "line": 63,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 1798,
      "end": 1808,
      "loc": {
        "start": {
          "line": 63,
          "column": 34
        },
        "end": {
          "line": 63,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1808,
      "end": 1809,
      "loc": {
        "start": {
          "line": 63,
          "column": 44
        },
        "end": {
          "line": 63,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1809,
      "end": 1815,
      "loc": {
        "start": {
          "line": 63,
          "column": 45
        },
        "end": {
          "line": 63,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1815,
      "end": 1816,
      "loc": {
        "start": {
          "line": 63,
          "column": 51
        },
        "end": {
          "line": 63,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1817,
      "end": 1818,
      "loc": {
        "start": {
          "line": 63,
          "column": 53
        },
        "end": {
          "line": 63,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1819,
      "end": 1823,
      "loc": {
        "start": {
          "line": 63,
          "column": 55
        },
        "end": {
          "line": 63,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1823,
      "end": 1824,
      "loc": {
        "start": {
          "line": 63,
          "column": 59
        },
        "end": {
          "line": 63,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 1824,
      "end": 1830,
      "loc": {
        "start": {
          "line": 63,
          "column": 60
        },
        "end": {
          "line": 63,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1830,
      "end": 1831,
      "loc": {
        "start": {
          "line": 63,
          "column": 66
        },
        "end": {
          "line": 63,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1831,
      "end": 1836,
      "loc": {
        "start": {
          "line": 63,
          "column": 67
        },
        "end": {
          "line": 63,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1836,
      "end": 1837,
      "loc": {
        "start": {
          "line": 63,
          "column": 72
        },
        "end": {
          "line": 63,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1837,
      "end": 1841,
      "loc": {
        "start": {
          "line": 63,
          "column": 73
        },
        "end": {
          "line": 63,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1841,
      "end": 1842,
      "loc": {
        "start": {
          "line": 63,
          "column": 77
        },
        "end": {
          "line": 63,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1842,
      "end": 1845,
      "loc": {
        "start": {
          "line": 63,
          "column": 78
        },
        "end": {
          "line": 63,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1845,
      "end": 1846,
      "loc": {
        "start": {
          "line": 63,
          "column": 81
        },
        "end": {
          "line": 63,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parameters",
      "start": 1847,
      "end": 1857,
      "loc": {
        "start": {
          "line": 63,
          "column": 83
        },
        "end": {
          "line": 63,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1857,
      "end": 1858,
      "loc": {
        "start": {
          "line": 63,
          "column": 93
        },
        "end": {
          "line": 63,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 63,
          "column": 95
        },
        "end": {
          "line": 63,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1861,
      "end": 1865,
      "loc": {
        "start": {
          "line": 63,
          "column": 97
        },
        "end": {
          "line": 63,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1865,
      "end": 1866,
      "loc": {
        "start": {
          "line": 63,
          "column": 101
        },
        "end": {
          "line": 63,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 1866,
      "end": 1872,
      "loc": {
        "start": {
          "line": 63,
          "column": 102
        },
        "end": {
          "line": 63,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1872,
      "end": 1873,
      "loc": {
        "start": {
          "line": 63,
          "column": 108
        },
        "end": {
          "line": 63,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 1873,
      "end": 1878,
      "loc": {
        "start": {
          "line": 63,
          "column": 109
        },
        "end": {
          "line": 63,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 63,
          "column": 114
        },
        "end": {
          "line": 63,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1879,
      "end": 1883,
      "loc": {
        "start": {
          "line": 63,
          "column": 115
        },
        "end": {
          "line": 63,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 63,
          "column": 119
        },
        "end": {
          "line": 63,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 1884,
      "end": 1887,
      "loc": {
        "start": {
          "line": 63,
          "column": 120
        },
        "end": {
          "line": 63,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 63,
          "column": 123
        },
        "end": {
          "line": 63,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1888,
      "end": 1889,
      "loc": {
        "start": {
          "line": 63,
          "column": 124
        },
        "end": {
          "line": 63,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1889,
      "end": 1890,
      "loc": {
        "start": {
          "line": 63,
          "column": 125
        },
        "end": {
          "line": 63,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 1895,
      "end": 1900,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 1901,
      "end": 1905,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1906,
      "end": 1907,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1908,
      "end": 1909,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1909,
      "end": 1910,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1910,
      "end": 1911,
      "loc": {
        "start": {
          "line": 64,
          "column": 19
        },
        "end": {
          "line": 64,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1916,
      "end": 1919,
      "loc": {
        "start": {
          "line": 65,
          "column": 4
        },
        "end": {
          "line": 65,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receivedError",
      "start": 1920,
      "end": 1933,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1934,
      "end": 1935,
      "loc": {
        "start": {
          "line": 65,
          "column": 22
        },
        "end": {
          "line": 65,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1936,
      "end": 1941,
      "loc": {
        "start": {
          "line": 65,
          "column": 24
        },
        "end": {
          "line": 65,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1941,
      "end": 1942,
      "loc": {
        "start": {
          "line": 65,
          "column": 29
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": "CommentLine",
      "value": "do we need benchmark for this query execution",
      "start": 1948,
      "end": 1995,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 67,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2000,
      "end": 2005,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2006,
      "end": 2015,
      "loc": {
        "start": {
          "line": 68,
          "column": 10
        },
        "end": {
          "line": 68,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2016,
      "end": 2017,
      "loc": {
        "start": {
          "line": 68,
          "column": 20
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2018,
      "end": 2022,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2022,
      "end": 2023,
      "loc": {
        "start": {
          "line": 68,
          "column": 26
        },
        "end": {
          "line": 68,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2023,
      "end": 2032,
      "loc": {
        "start": {
          "line": 68,
          "column": 27
        },
        "end": {
          "line": 68,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2032,
      "end": 2033,
      "loc": {
        "start": {
          "line": 68,
          "column": 36
        },
        "end": {
          "line": 68,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2033,
      "end": 2040,
      "loc": {
        "start": {
          "line": 68,
          "column": 37
        },
        "end": {
          "line": 68,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 68,
          "column": 44
        },
        "end": {
          "line": 68,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2041,
      "end": 2050,
      "loc": {
        "start": {
          "line": 68,
          "column": 45
        },
        "end": {
          "line": 68,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2051,
      "end": 2053,
      "loc": {
        "start": {
          "line": 68,
          "column": 55
        },
        "end": {
          "line": 68,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2054,
      "end": 2058,
      "loc": {
        "start": {
          "line": 68,
          "column": 58
        },
        "end": {
          "line": 68,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2058,
      "end": 2059,
      "loc": {
        "start": {
          "line": 68,
          "column": 62
        },
        "end": {
          "line": 68,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2059,
      "end": 2066,
      "loc": {
        "start": {
          "line": 68,
          "column": 63
        },
        "end": {
          "line": 68,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2066,
      "end": 2067,
      "loc": {
        "start": {
          "line": 68,
          "column": 70
        },
        "end": {
          "line": 68,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2067,
      "end": 2076,
      "loc": {
        "start": {
          "line": 68,
          "column": 71
        },
        "end": {
          "line": 68,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2076,
      "end": 2077,
      "loc": {
        "start": {
          "line": 68,
          "column": 80
        },
        "end": {
          "line": 68,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2083,
      "end": 2086,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 2087,
      "end": 2097,
      "loc": {
        "start": {
          "line": 70,
          "column": 8
        },
        "end": {
          "line": 70,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2097,
      "end": 2098,
      "loc": {
        "start": {
          "line": 70,
          "column": 18
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2103,
      "end": 2105,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2106,
      "end": 2107,
      "loc": {
        "start": {
          "line": 71,
          "column": 7
        },
        "end": {
          "line": 71,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2107,
      "end": 2116,
      "loc": {
        "start": {
          "line": 71,
          "column": 8
        },
        "end": {
          "line": 71,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2116,
      "end": 2117,
      "loc": {
        "start": {
          "line": 71,
          "column": 17
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2118,
      "end": 2119,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 2126,
      "end": 2136,
      "loc": {
        "start": {
          "line": 72,
          "column": 6
        },
        "end": {
          "line": 72,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2137,
      "end": 2138,
      "loc": {
        "start": {
          "line": 72,
          "column": 17
        },
        "end": {
          "line": 72,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 2139,
      "end": 2143,
      "loc": {
        "start": {
          "line": 72,
          "column": 19
        },
        "end": {
          "line": 72,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2143,
      "end": 2144,
      "loc": {
        "start": {
          "line": 72,
          "column": 23
        },
        "end": {
          "line": 72,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 2144,
      "end": 2147,
      "loc": {
        "start": {
          "line": 72,
          "column": 24
        },
        "end": {
          "line": 72,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2147,
      "end": 2148,
      "loc": {
        "start": {
          "line": 72,
          "column": 27
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2148,
      "end": 2149,
      "loc": {
        "start": {
          "line": 72,
          "column": 28
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2149,
      "end": 2150,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2155,
      "end": 2156,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2157,
      "end": 2161,
      "loc": {
        "start": {
          "line": 73,
          "column": 6
        },
        "end": {
          "line": 73,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2162,
      "end": 2163,
      "loc": {
        "start": {
          "line": 73,
          "column": 11
        },
        "end": {
          "line": 73,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2170,
      "end": 2174,
      "loc": {
        "start": {
          "line": 74,
          "column": 6
        },
        "end": {
          "line": 74,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2174,
      "end": 2175,
      "loc": {
        "start": {
          "line": 74,
          "column": 10
        },
        "end": {
          "line": 74,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2175,
      "end": 2184,
      "loc": {
        "start": {
          "line": 74,
          "column": 11
        },
        "end": {
          "line": 74,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2184,
      "end": 2185,
      "loc": {
        "start": {
          "line": 74,
          "column": 20
        },
        "end": {
          "line": 74,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 2185,
      "end": 2188,
      "loc": {
        "start": {
          "line": 74,
          "column": 21
        },
        "end": {
          "line": 74,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2188,
      "end": 2189,
      "loc": {
        "start": {
          "line": 74,
          "column": 24
        },
        "end": {
          "line": 74,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Executing (",
      "start": 2189,
      "end": 2202,
      "loc": {
        "start": {
          "line": 74,
          "column": 25
        },
        "end": {
          "line": 74,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2203,
      "end": 2204,
      "loc": {
        "start": {
          "line": 74,
          "column": 39
        },
        "end": {
          "line": 74,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2205,
      "end": 2206,
      "loc": {
        "start": {
          "line": 74,
          "column": 41
        },
        "end": {
          "line": 74,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2206,
      "end": 2210,
      "loc": {
        "start": {
          "line": 74,
          "column": 42
        },
        "end": {
          "line": 74,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2210,
      "end": 2211,
      "loc": {
        "start": {
          "line": 74,
          "column": 46
        },
        "end": {
          "line": 74,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 2211,
      "end": 2217,
      "loc": {
        "start": {
          "line": 74,
          "column": 47
        },
        "end": {
          "line": 74,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2217,
      "end": 2218,
      "loc": {
        "start": {
          "line": 74,
          "column": 53
        },
        "end": {
          "line": 74,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2218,
      "end": 2222,
      "loc": {
        "start": {
          "line": 74,
          "column": 54
        },
        "end": {
          "line": 74,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2223,
      "end": 2225,
      "loc": {
        "start": {
          "line": 74,
          "column": 59
        },
        "end": {
          "line": 74,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2226,
      "end": 2235,
      "loc": {
        "start": {
          "line": 74,
          "column": 62
        },
        "end": {
          "line": 74,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2235,
      "end": 2236,
      "loc": {
        "start": {
          "line": 74,
          "column": 71
        },
        "end": {
          "line": 74,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 74,
          "column": 73
        },
        "end": {
          "line": 74,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "): ",
      "start": 2239,
      "end": 2244,
      "loc": {
        "start": {
          "line": 74,
          "column": 75
        },
        "end": {
          "line": 74,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2245,
      "end": 2246,
      "loc": {
        "start": {
          "line": 74,
          "column": 81
        },
        "end": {
          "line": 74,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2247,
      "end": 2251,
      "loc": {
        "start": {
          "line": 74,
          "column": 83
        },
        "end": {
          "line": 74,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2251,
      "end": 2252,
      "loc": {
        "start": {
          "line": 74,
          "column": 87
        },
        "end": {
          "line": 74,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2252,
      "end": 2255,
      "loc": {
        "start": {
          "line": 74,
          "column": 88
        },
        "end": {
          "line": 74,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2255,
      "end": 2256,
      "loc": {
        "start": {
          "line": 74,
          "column": 91
        },
        "end": {
          "line": 74,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2257,
      "end": 2261,
      "loc": {
        "start": {
          "line": 74,
          "column": 93
        },
        "end": {
          "line": 74,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 74,
          "column": 97
        },
        "end": {
          "line": 74,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 2262,
      "end": 2269,
      "loc": {
        "start": {
          "line": 74,
          "column": 98
        },
        "end": {
          "line": 74,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 74,
          "column": 105
        },
        "end": {
          "line": 74,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2270,
      "end": 2271,
      "loc": {
        "start": {
          "line": 74,
          "column": 106
        },
        "end": {
          "line": 74,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2276,
      "end": 2277,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 2283,
      "end": 2288,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2288,
      "end": 2289,
      "loc": {
        "start": {
          "line": 77,
          "column": 9
        },
        "end": {
          "line": 77,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2289,
      "end": 2290,
      "loc": {
        "start": {
          "line": 77,
          "column": 10
        },
        "end": {
          "line": 77,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "executing(",
      "start": 2290,
      "end": 2300,
      "loc": {
        "start": {
          "line": 77,
          "column": 11
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2300,
      "end": 2302,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2302,
      "end": 2306,
      "loc": {
        "start": {
          "line": 77,
          "column": 23
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2306,
      "end": 2307,
      "loc": {
        "start": {
          "line": 77,
          "column": 27
        },
        "end": {
          "line": 77,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 2307,
      "end": 2313,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2313,
      "end": 2314,
      "loc": {
        "start": {
          "line": 77,
          "column": 34
        },
        "end": {
          "line": 77,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2314,
      "end": 2318,
      "loc": {
        "start": {
          "line": 77,
          "column": 35
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2319,
      "end": 2321,
      "loc": {
        "start": {
          "line": 77,
          "column": 40
        },
        "end": {
          "line": 77,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2322,
      "end": 2331,
      "loc": {
        "start": {
          "line": 77,
          "column": 43
        },
        "end": {
          "line": 77,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2331,
      "end": 2332,
      "loc": {
        "start": {
          "line": 77,
          "column": 52
        },
        "end": {
          "line": 77,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") : ",
      "start": 2332,
      "end": 2336,
      "loc": {
        "start": {
          "line": 77,
          "column": 53
        },
        "end": {
          "line": 77,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2336,
      "end": 2338,
      "loc": {
        "start": {
          "line": 77,
          "column": 57
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2338,
      "end": 2342,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 77,
          "column": 63
        },
        "end": {
          "line": 77,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2343,
      "end": 2346,
      "loc": {
        "start": {
          "line": 77,
          "column": 64
        },
        "end": {
          "line": 77,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2346,
      "end": 2347,
      "loc": {
        "start": {
          "line": 77,
          "column": 67
        },
        "end": {
          "line": 77,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2347,
      "end": 2347,
      "loc": {
        "start": {
          "line": 77,
          "column": 68
        },
        "end": {
          "line": 77,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2347,
      "end": 2348,
      "loc": {
        "start": {
          "line": 77,
          "column": 68
        },
        "end": {
          "line": 77,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2348,
      "end": 2349,
      "loc": {
        "start": {
          "line": 77,
          "column": 69
        },
        "end": {
          "line": 77,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 77,
          "column": 70
        },
        "end": {
          "line": 77,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2356,
      "end": 2362,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2363,
      "end": 2366,
      "loc": {
        "start": {
          "line": 79,
          "column": 11
        },
        "end": {
          "line": 79,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 2367,
      "end": 2374,
      "loc": {
        "start": {
          "line": 79,
          "column": 15
        },
        "end": {
          "line": 79,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2374,
      "end": 2375,
      "loc": {
        "start": {
          "line": 79,
          "column": 22
        },
        "end": {
          "line": 79,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 79,
          "column": 23
        },
        "end": {
          "line": 79,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2376,
      "end": 2383,
      "loc": {
        "start": {
          "line": 79,
          "column": 24
        },
        "end": {
          "line": 79,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2383,
      "end": 2384,
      "loc": {
        "start": {
          "line": 79,
          "column": 31
        },
        "end": {
          "line": 79,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2385,
      "end": 2391,
      "loc": {
        "start": {
          "line": 79,
          "column": 33
        },
        "end": {
          "line": 79,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2391,
      "end": 2392,
      "loc": {
        "start": {
          "line": 79,
          "column": 39
        },
        "end": {
          "line": 79,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2393,
      "end": 2395,
      "loc": {
        "start": {
          "line": 79,
          "column": 41
        },
        "end": {
          "line": 79,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2396,
      "end": 2397,
      "loc": {
        "start": {
          "line": 79,
          "column": 44
        },
        "end": {
          "line": 79,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 2404,
      "end": 2409,
      "loc": {
        "start": {
          "line": 80,
          "column": 6
        },
        "end": {
          "line": 80,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2409,
      "end": 2410,
      "loc": {
        "start": {
          "line": 80,
          "column": 11
        },
        "end": {
          "line": 80,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 2410,
      "end": 2412,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2412,
      "end": 2413,
      "loc": {
        "start": {
          "line": 80,
          "column": 14
        },
        "end": {
          "line": 80,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "row",
      "start": 2413,
      "end": 2418,
      "loc": {
        "start": {
          "line": 80,
          "column": 15
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2418,
      "end": 2419,
      "loc": {
        "start": {
          "line": 80,
          "column": 20
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 2420,
      "end": 2423,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2424,
      "end": 2426,
      "loc": {
        "start": {
          "line": 80,
          "column": 26
        },
        "end": {
          "line": 80,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 80,
          "column": 29
        },
        "end": {
          "line": 80,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 2437,
      "end": 2441,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2441,
      "end": 2442,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 2442,
      "end": 2446,
      "loc": {
        "start": {
          "line": 81,
          "column": 13
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2446,
      "end": 2447,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 2447,
      "end": 2450,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2450,
      "end": 2451,
      "loc": {
        "start": {
          "line": 81,
          "column": 21
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2451,
      "end": 2452,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2459,
      "end": 2460,
      "loc": {
        "start": {
          "line": 82,
          "column": 6
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2460,
      "end": 2461,
      "loc": {
        "start": {
          "line": 82,
          "column": 7
        },
        "end": {
          "line": 82,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2461,
      "end": 2462,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 2470,
      "end": 2475,
      "loc": {
        "start": {
          "line": 84,
          "column": 6
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2475,
      "end": 2476,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 2476,
      "end": 2478,
      "loc": {
        "start": {
          "line": 84,
          "column": 12
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2478,
      "end": 2479,
      "loc": {
        "start": {
          "line": 84,
          "column": 14
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "error",
      "start": 2479,
      "end": 2486,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2486,
      "end": 2487,
      "loc": {
        "start": {
          "line": 84,
          "column": 22
        },
        "end": {
          "line": 84,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2488,
      "end": 2491,
      "loc": {
        "start": {
          "line": 84,
          "column": 24
        },
        "end": {
          "line": 84,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2492,
      "end": 2494,
      "loc": {
        "start": {
          "line": 84,
          "column": 28
        },
        "end": {
          "line": 84,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 84,
          "column": 31
        },
        "end": {
          "line": 84,
          "column": 32
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " set the client so that it will be reaped if the connection resets while executing",
      "start": 2506,
      "end": 2590,
      "loc": {
        "start": {
          "line": 86,
          "column": 8
        },
        "end": {
          "line": 86,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2599,
      "end": 2601,
      "loc": {
        "start": {
          "line": 87,
          "column": 8
        },
        "end": {
          "line": 87,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2602,
      "end": 2603,
      "loc": {
        "start": {
          "line": 87,
          "column": 11
        },
        "end": {
          "line": 87,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2603,
      "end": 2606,
      "loc": {
        "start": {
          "line": 87,
          "column": 12
        },
        "end": {
          "line": 87,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2606,
      "end": 2607,
      "loc": {
        "start": {
          "line": 87,
          "column": 15
        },
        "end": {
          "line": 87,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 2607,
      "end": 2611,
      "loc": {
        "start": {
          "line": 87,
          "column": 16
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2612,
      "end": 2615,
      "loc": {
        "start": {
          "line": 87,
          "column": 21
        },
        "end": {
          "line": 87,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ECONNRESET",
      "start": 2616,
      "end": 2628,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2628,
      "end": 2629,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2630,
      "end": 2631,
      "loc": {
        "start": {
          "line": 87,
          "column": 39
        },
        "end": {
          "line": 87,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2642,
      "end": 2646,
      "loc": {
        "start": {
          "line": 88,
          "column": 10
        },
        "end": {
          "line": 88,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2646,
      "end": 2647,
      "loc": {
        "start": {
          "line": 88,
          "column": 14
        },
        "end": {
          "line": 88,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 2647,
      "end": 2653,
      "loc": {
        "start": {
          "line": 88,
          "column": 15
        },
        "end": {
          "line": 88,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2653,
      "end": 2654,
      "loc": {
        "start": {
          "line": 88,
          "column": 21
        },
        "end": {
          "line": 88,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_invalid",
      "start": 2654,
      "end": 2662,
      "loc": {
        "start": {
          "line": 88,
          "column": 22
        },
        "end": {
          "line": 88,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 88,
          "column": 31
        },
        "end": {
          "line": 88,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2665,
      "end": 2669,
      "loc": {
        "start": {
          "line": 88,
          "column": 33
        },
        "end": {
          "line": 88,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2669,
      "end": 2670,
      "loc": {
        "start": {
          "line": 88,
          "column": 37
        },
        "end": {
          "line": 88,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2679,
      "end": 2680,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receivedError",
      "start": 2690,
      "end": 2703,
      "loc": {
        "start": {
          "line": 91,
          "column": 8
        },
        "end": {
          "line": 91,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2704,
      "end": 2705,
      "loc": {
        "start": {
          "line": 91,
          "column": 22
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2706,
      "end": 2710,
      "loc": {
        "start": {
          "line": 91,
          "column": 24
        },
        "end": {
          "line": 91,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2710,
      "end": 2711,
      "loc": {
        "start": {
          "line": 91,
          "column": 28
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2720,
      "end": 2723,
      "loc": {
        "start": {
          "line": 92,
          "column": 8
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2723,
      "end": 2724,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2724,
      "end": 2727,
      "loc": {
        "start": {
          "line": 92,
          "column": 12
        },
        "end": {
          "line": 92,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2728,
      "end": 2729,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2730,
      "end": 2733,
      "loc": {
        "start": {
          "line": 92,
          "column": 18
        },
        "end": {
          "line": 92,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2733,
      "end": 2734,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2743,
      "end": 2749,
      "loc": {
        "start": {
          "line": 93,
          "column": 8
        },
        "end": {
          "line": 93,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2749,
      "end": 2750,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2750,
      "end": 2754,
      "loc": {
        "start": {
          "line": 93,
          "column": 15
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2754,
      "end": 2755,
      "loc": {
        "start": {
          "line": 93,
          "column": 19
        },
        "end": {
          "line": 93,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 2755,
      "end": 2766,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2766,
      "end": 2767,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "end": {
          "line": 93,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 2767,
      "end": 2770,
      "loc": {
        "start": {
          "line": 93,
          "column": 32
        },
        "end": {
          "line": 93,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2770,
      "end": 2771,
      "loc": {
        "start": {
          "line": 93,
          "column": 35
        },
        "end": {
          "line": 93,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2771,
      "end": 2772,
      "loc": {
        "start": {
          "line": 93,
          "column": 36
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2772,
      "end": 2773,
      "loc": {
        "start": {
          "line": 93,
          "column": 37
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2780,
      "end": 2781,
      "loc": {
        "start": {
          "line": 94,
          "column": 6
        },
        "end": {
          "line": 94,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2781,
      "end": 2782,
      "loc": {
        "start": {
          "line": 94,
          "column": 7
        },
        "end": {
          "line": 94,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2782,
      "end": 2783,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "query",
      "start": 2791,
      "end": 2796,
      "loc": {
        "start": {
          "line": 96,
          "column": 6
        },
        "end": {
          "line": 96,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2796,
      "end": 2797,
      "loc": {
        "start": {
          "line": 96,
          "column": 11
        },
        "end": {
          "line": 96,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "on",
      "start": 2797,
      "end": 2799,
      "loc": {
        "start": {
          "line": 96,
          "column": 12
        },
        "end": {
          "line": 96,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 96,
          "column": 14
        },
        "end": {
          "line": 96,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "end",
      "start": 2800,
      "end": 2805,
      "loc": {
        "start": {
          "line": 96,
          "column": 15
        },
        "end": {
          "line": 96,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2805,
      "end": 2806,
      "loc": {
        "start": {
          "line": 96,
          "column": 20
        },
        "end": {
          "line": 96,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 2807,
      "end": 2813,
      "loc": {
        "start": {
          "line": 96,
          "column": 22
        },
        "end": {
          "line": 96,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2814,
      "end": 2816,
      "loc": {
        "start": {
          "line": 96,
          "column": 29
        },
        "end": {
          "line": 96,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2817,
      "end": 2818,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "debug",
      "start": 2828,
      "end": 2833,
      "loc": {
        "start": {
          "line": 98,
          "column": 8
        },
        "end": {
          "line": 98,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2833,
      "end": 2834,
      "loc": {
        "start": {
          "line": 98,
          "column": 13
        },
        "end": {
          "line": 98,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2834,
      "end": 2835,
      "loc": {
        "start": {
          "line": 98,
          "column": 14
        },
        "end": {
          "line": 98,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "executed(",
      "start": 2835,
      "end": 2844,
      "loc": {
        "start": {
          "line": 98,
          "column": 15
        },
        "end": {
          "line": 98,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2844,
      "end": 2846,
      "loc": {
        "start": {
          "line": 98,
          "column": 24
        },
        "end": {
          "line": 98,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2846,
      "end": 2850,
      "loc": {
        "start": {
          "line": 98,
          "column": 26
        },
        "end": {
          "line": 98,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2850,
      "end": 2851,
      "loc": {
        "start": {
          "line": 98,
          "column": 30
        },
        "end": {
          "line": 98,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 2851,
      "end": 2857,
      "loc": {
        "start": {
          "line": 98,
          "column": 31
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2857,
      "end": 2858,
      "loc": {
        "start": {
          "line": 98,
          "column": 37
        },
        "end": {
          "line": 98,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2858,
      "end": 2862,
      "loc": {
        "start": {
          "line": 98,
          "column": 38
        },
        "end": {
          "line": 98,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2863,
      "end": 2865,
      "loc": {
        "start": {
          "line": 98,
          "column": 43
        },
        "end": {
          "line": 98,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2866,
      "end": 2875,
      "loc": {
        "start": {
          "line": 98,
          "column": 46
        },
        "end": {
          "line": 98,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2875,
      "end": 2876,
      "loc": {
        "start": {
          "line": 98,
          "column": 55
        },
        "end": {
          "line": 98,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ") : ",
      "start": 2876,
      "end": 2880,
      "loc": {
        "start": {
          "line": 98,
          "column": 56
        },
        "end": {
          "line": 98,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2880,
      "end": 2882,
      "loc": {
        "start": {
          "line": 98,
          "column": 60
        },
        "end": {
          "line": 98,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2882,
      "end": 2886,
      "loc": {
        "start": {
          "line": 98,
          "column": 62
        },
        "end": {
          "line": 98,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2886,
      "end": 2887,
      "loc": {
        "start": {
          "line": 98,
          "column": 66
        },
        "end": {
          "line": 98,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 2887,
      "end": 2890,
      "loc": {
        "start": {
          "line": 98,
          "column": 67
        },
        "end": {
          "line": 98,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2890,
      "end": 2891,
      "loc": {
        "start": {
          "line": 98,
          "column": 70
        },
        "end": {
          "line": 98,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 2891,
      "end": 2891,
      "loc": {
        "start": {
          "line": 98,
          "column": 71
        },
        "end": {
          "line": 98,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2891,
      "end": 2892,
      "loc": {
        "start": {
          "line": 98,
          "column": 71
        },
        "end": {
          "line": 98,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2892,
      "end": 2893,
      "loc": {
        "start": {
          "line": 98,
          "column": 72
        },
        "end": {
          "line": 98,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2893,
      "end": 2894,
      "loc": {
        "start": {
          "line": 98,
          "column": 73
        },
        "end": {
          "line": 98,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2904,
      "end": 2906,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2907,
      "end": 2908,
      "loc": {
        "start": {
          "line": 100,
          "column": 11
        },
        "end": {
          "line": 100,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "benchmark",
      "start": 2908,
      "end": 2917,
      "loc": {
        "start": {
          "line": 100,
          "column": 12
        },
        "end": {
          "line": 100,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2917,
      "end": 2918,
      "loc": {
        "start": {
          "line": 100,
          "column": 21
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2919,
      "end": 2920,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2931,
      "end": 2935,
      "loc": {
        "start": {
          "line": 101,
          "column": 10
        },
        "end": {
          "line": 101,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2935,
      "end": 2936,
      "loc": {
        "start": {
          "line": 101,
          "column": 14
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 2936,
      "end": 2945,
      "loc": {
        "start": {
          "line": 101,
          "column": 15
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2945,
      "end": 2946,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "log",
      "start": 2946,
      "end": 2949,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2949,
      "end": 2950,
      "loc": {
        "start": {
          "line": 101,
          "column": 28
        },
        "end": {
          "line": 101,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Executed (",
      "start": 2950,
      "end": 2962,
      "loc": {
        "start": {
          "line": 101,
          "column": 29
        },
        "end": {
          "line": 101,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2963,
      "end": 2964,
      "loc": {
        "start": {
          "line": 101,
          "column": 42
        },
        "end": {
          "line": 101,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2965,
      "end": 2966,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2966,
      "end": 2970,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2970,
      "end": 2971,
      "loc": {
        "start": {
          "line": 101,
          "column": 49
        },
        "end": {
          "line": 101,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "client",
      "start": 2971,
      "end": 2977,
      "loc": {
        "start": {
          "line": 101,
          "column": 50
        },
        "end": {
          "line": 101,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2977,
      "end": 2978,
      "loc": {
        "start": {
          "line": 101,
          "column": 56
        },
        "end": {
          "line": 101,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uuid",
      "start": 2978,
      "end": 2982,
      "loc": {
        "start": {
          "line": 101,
          "column": 57
        },
        "end": {
          "line": 101,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2983,
      "end": 2985,
      "loc": {
        "start": {
          "line": 101,
          "column": 62
        },
        "end": {
          "line": 101,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 2986,
      "end": 2995,
      "loc": {
        "start": {
          "line": 101,
          "column": 65
        },
        "end": {
          "line": 101,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2995,
      "end": 2996,
      "loc": {
        "start": {
          "line": 101,
          "column": 74
        },
        "end": {
          "line": 101,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 2997,
      "end": 2998,
      "loc": {
        "start": {
          "line": 101,
          "column": 76
        },
        "end": {
          "line": 101,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "): ",
      "start": 2999,
      "end": 3004,
      "loc": {
        "start": {
          "line": 101,
          "column": 78
        },
        "end": {
          "line": 101,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3005,
      "end": 3006,
      "loc": {
        "start": {
          "line": 101,
          "column": 84
        },
        "end": {
          "line": 101,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3007,
      "end": 3011,
      "loc": {
        "start": {
          "line": 101,
          "column": 86
        },
        "end": {
          "line": 101,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3011,
      "end": 3012,
      "loc": {
        "start": {
          "line": 101,
          "column": 90
        },
        "end": {
          "line": 101,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3012,
      "end": 3015,
      "loc": {
        "start": {
          "line": 101,
          "column": 91
        },
        "end": {
          "line": 101,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3015,
      "end": 3016,
      "loc": {
        "start": {
          "line": 101,
          "column": 94
        },
        "end": {
          "line": 101,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3017,
      "end": 3018,
      "loc": {
        "start": {
          "line": 101,
          "column": 96
        },
        "end": {
          "line": 101,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Date",
      "start": 3018,
      "end": 3022,
      "loc": {
        "start": {
          "line": 101,
          "column": 97
        },
        "end": {
          "line": 101,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3022,
      "end": 3023,
      "loc": {
        "start": {
          "line": 101,
          "column": 101
        },
        "end": {
          "line": 101,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "now",
      "start": 3023,
      "end": 3026,
      "loc": {
        "start": {
          "line": 101,
          "column": 102
        },
        "end": {
          "line": 101,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3026,
      "end": 3027,
      "loc": {
        "start": {
          "line": 101,
          "column": 105
        },
        "end": {
          "line": 101,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3027,
      "end": 3028,
      "loc": {
        "start": {
          "line": 101,
          "column": 106
        },
        "end": {
          "line": 101,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 3029,
      "end": 3030,
      "loc": {
        "start": {
          "line": 101,
          "column": 108
        },
        "end": {
          "line": 101,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryBegin",
      "start": 3031,
      "end": 3041,
      "loc": {
        "start": {
          "line": 101,
          "column": 110
        },
        "end": {
          "line": 101,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3041,
      "end": 3042,
      "loc": {
        "start": {
          "line": 101,
          "column": 120
        },
        "end": {
          "line": 101,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3042,
      "end": 3043,
      "loc": {
        "start": {
          "line": 101,
          "column": 121
        },
        "end": {
          "line": 101,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3044,
      "end": 3048,
      "loc": {
        "start": {
          "line": 101,
          "column": 123
        },
        "end": {
          "line": 101,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3048,
      "end": 3049,
      "loc": {
        "start": {
          "line": 101,
          "column": 127
        },
        "end": {
          "line": 101,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 3049,
      "end": 3056,
      "loc": {
        "start": {
          "line": 101,
          "column": 128
        },
        "end": {
          "line": 101,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3056,
      "end": 3057,
      "loc": {
        "start": {
          "line": 101,
          "column": 135
        },
        "end": {
          "line": 101,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3057,
      "end": 3058,
      "loc": {
        "start": {
          "line": 101,
          "column": 136
        },
        "end": {
          "line": 101,
          "column": 137
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3078,
      "end": 3080,
      "loc": {
        "start": {
          "line": 104,
          "column": 8
        },
        "end": {
          "line": 104,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3081,
      "end": 3082,
      "loc": {
        "start": {
          "line": 104,
          "column": 11
        },
        "end": {
          "line": 104,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receivedError",
      "start": 3082,
      "end": 3095,
      "loc": {
        "start": {
          "line": 104,
          "column": 12
        },
        "end": {
          "line": 104,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3095,
      "end": 3096,
      "loc": {
        "start": {
          "line": 104,
          "column": 25
        },
        "end": {
          "line": 104,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3097,
      "end": 3098,
      "loc": {
        "start": {
          "line": 104,
          "column": 27
        },
        "end": {
          "line": 104,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3109,
      "end": 3115,
      "loc": {
        "start": {
          "line": 105,
          "column": 10
        },
        "end": {
          "line": 105,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 105,
          "column": 16
        },
        "end": {
          "line": 105,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3125,
      "end": 3126,
      "loc": {
        "start": {
          "line": 106,
          "column": 8
        },
        "end": {
          "line": 106,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3136,
      "end": 3143,
      "loc": {
        "start": {
          "line": 108,
          "column": 8
        },
        "end": {
          "line": 108,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3143,
      "end": 3144,
      "loc": {
        "start": {
          "line": 108,
          "column": 15
        },
        "end": {
          "line": 108,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3144,
      "end": 3145,
      "loc": {
        "start": {
          "line": 108,
          "column": 16
        },
        "end": {
          "line": 108,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3145,
      "end": 3149,
      "loc": {
        "start": {
          "line": 108,
          "column": 17
        },
        "end": {
          "line": 108,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 108,
          "column": 21
        },
        "end": {
          "line": 108,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3151,
      "end": 3154,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3154,
      "end": 3155,
      "loc": {
        "start": {
          "line": 108,
          "column": 26
        },
        "end": {
          "line": 108,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3156,
      "end": 3162,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3162,
      "end": 3163,
      "loc": {
        "start": {
          "line": 108,
          "column": 34
        },
        "end": {
          "line": 108,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3163,
      "end": 3164,
      "loc": {
        "start": {
          "line": 108,
          "column": 35
        },
        "end": {
          "line": 108,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3164,
      "end": 3165,
      "loc": {
        "start": {
          "line": 108,
          "column": 36
        },
        "end": {
          "line": 108,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3172,
      "end": 3173,
      "loc": {
        "start": {
          "line": 109,
          "column": 6
        },
        "end": {
          "line": 109,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 109,
          "column": 7
        },
        "end": {
          "line": 109,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3174,
      "end": 3175,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3180,
      "end": 3181,
      "loc": {
        "start": {
          "line": 110,
          "column": 4
        },
        "end": {
          "line": 110,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3181,
      "end": 3182,
      "loc": {
        "start": {
          "line": 110,
          "column": 5
        },
        "end": {
          "line": 110,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3182,
      "end": 3183,
      "loc": {
        "start": {
          "line": 110,
          "column": 6
        },
        "end": {
          "line": 110,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "spread",
      "start": 3183,
      "end": 3189,
      "loc": {
        "start": {
          "line": 110,
          "column": 7
        },
        "end": {
          "line": 110,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3189,
      "end": 3190,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3190,
      "end": 3191,
      "loc": {
        "start": {
          "line": 110,
          "column": 14
        },
        "end": {
          "line": 110,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3191,
      "end": 3195,
      "loc": {
        "start": {
          "line": 110,
          "column": 15
        },
        "end": {
          "line": 110,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3195,
      "end": 3196,
      "loc": {
        "start": {
          "line": 110,
          "column": 19
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3197,
      "end": 3200,
      "loc": {
        "start": {
          "line": 110,
          "column": 21
        },
        "end": {
          "line": 110,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 110,
          "column": 24
        },
        "end": {
          "line": 110,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3202,
      "end": 3208,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3208,
      "end": 3209,
      "loc": {
        "start": {
          "line": 110,
          "column": 32
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3210,
      "end": 3212,
      "loc": {
        "start": {
          "line": 110,
          "column": 34
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3213,
      "end": 3214,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3221,
      "end": 3226,
      "loc": {
        "start": {
          "line": 111,
          "column": 6
        },
        "end": {
          "line": 111,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 3227,
      "end": 3234,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3235,
      "end": 3236,
      "loc": {
        "start": {
          "line": 111,
          "column": 20
        },
        "end": {
          "line": 111,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3237,
      "end": 3241,
      "loc": {
        "start": {
          "line": 111,
          "column": 22
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3241,
      "end": 3242,
      "loc": {
        "start": {
          "line": 111,
          "column": 26
        },
        "end": {
          "line": 111,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3249,
      "end": 3254,
      "loc": {
        "start": {
          "line": 112,
          "column": 6
        },
        "end": {
          "line": 112,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isTableNameQuery",
      "start": 3255,
      "end": 3271,
      "loc": {
        "start": {
          "line": 112,
          "column": 12
        },
        "end": {
          "line": 112,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3272,
      "end": 3273,
      "loc": {
        "start": {
          "line": 112,
          "column": 29
        },
        "end": {
          "line": 112,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3274,
      "end": 3275,
      "loc": {
        "start": {
          "line": 112,
          "column": 31
        },
        "end": {
          "line": 112,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3275,
      "end": 3278,
      "loc": {
        "start": {
          "line": 112,
          "column": 32
        },
        "end": {
          "line": 112,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3278,
      "end": 3279,
      "loc": {
        "start": {
          "line": 112,
          "column": 35
        },
        "end": {
          "line": 112,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 3279,
      "end": 3286,
      "loc": {
        "start": {
          "line": 112,
          "column": 36
        },
        "end": {
          "line": 112,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3286,
      "end": 3287,
      "loc": {
        "start": {
          "line": 112,
          "column": 43
        },
        "end": {
          "line": 112,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT table_name FROM information_schema.tables",
      "start": 3287,
      "end": 3337,
      "loc": {
        "start": {
          "line": 112,
          "column": 44
        },
        "end": {
          "line": 112,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3337,
      "end": 3338,
      "loc": {
        "start": {
          "line": 112,
          "column": 94
        },
        "end": {
          "line": 112,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3339,
      "end": 3342,
      "loc": {
        "start": {
          "line": 112,
          "column": 96
        },
        "end": {
          "line": 112,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3343,
      "end": 3344,
      "loc": {
        "start": {
          "line": 112,
          "column": 100
        },
        "end": {
          "line": 112,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 112,
          "column": 101
        },
        "end": {
          "line": 112,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3345,
      "end": 3346,
      "loc": {
        "start": {
          "line": 112,
          "column": 102
        },
        "end": {
          "line": 112,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3353,
      "end": 3358,
      "loc": {
        "start": {
          "line": 113,
          "column": 6
        },
        "end": {
          "line": 113,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isRelNameQuery",
      "start": 3359,
      "end": 3373,
      "loc": {
        "start": {
          "line": 113,
          "column": 12
        },
        "end": {
          "line": 113,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3374,
      "end": 3375,
      "loc": {
        "start": {
          "line": 113,
          "column": 27
        },
        "end": {
          "line": 113,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3376,
      "end": 3377,
      "loc": {
        "start": {
          "line": 113,
          "column": 29
        },
        "end": {
          "line": 113,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 3377,
      "end": 3380,
      "loc": {
        "start": {
          "line": 113,
          "column": 30
        },
        "end": {
          "line": 113,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3380,
      "end": 3381,
      "loc": {
        "start": {
          "line": 113,
          "column": 33
        },
        "end": {
          "line": 113,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 3381,
      "end": 3388,
      "loc": {
        "start": {
          "line": 113,
          "column": 34
        },
        "end": {
          "line": 113,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3388,
      "end": 3389,
      "loc": {
        "start": {
          "line": 113,
          "column": 41
        },
        "end": {
          "line": 113,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "SELECT relname FROM pg_class WHERE oid IN",
      "start": 3389,
      "end": 3432,
      "loc": {
        "start": {
          "line": 113,
          "column": 42
        },
        "end": {
          "line": 113,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3432,
      "end": 3433,
      "loc": {
        "start": {
          "line": 113,
          "column": 85
        },
        "end": {
          "line": 113,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3434,
      "end": 3437,
      "loc": {
        "start": {
          "line": 113,
          "column": 87
        },
        "end": {
          "line": 113,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3438,
      "end": 3439,
      "loc": {
        "start": {
          "line": 113,
          "column": 91
        },
        "end": {
          "line": 113,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 113,
          "column": 92
        },
        "end": {
          "line": 113,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3440,
      "end": 3441,
      "loc": {
        "start": {
          "line": 113,
          "column": 93
        },
        "end": {
          "line": 113,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3449,
      "end": 3451,
      "loc": {
        "start": {
          "line": 115,
          "column": 6
        },
        "end": {
          "line": 115,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3452,
      "end": 3453,
      "loc": {
        "start": {
          "line": 115,
          "column": 9
        },
        "end": {
          "line": 115,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isRelNameQuery",
      "start": 3453,
      "end": 3467,
      "loc": {
        "start": {
          "line": 115,
          "column": 10
        },
        "end": {
          "line": 115,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3467,
      "end": 3468,
      "loc": {
        "start": {
          "line": 115,
          "column": 24
        },
        "end": {
          "line": 115,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3469,
      "end": 3470,
      "loc": {
        "start": {
          "line": 115,
          "column": 26
        },
        "end": {
          "line": 115,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3479,
      "end": 3485,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3486,
      "end": 3490,
      "loc": {
        "start": {
          "line": 116,
          "column": 15
        },
        "end": {
          "line": 116,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3490,
      "end": 3491,
      "loc": {
        "start": {
          "line": 116,
          "column": 19
        },
        "end": {
          "line": 116,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3491,
      "end": 3494,
      "loc": {
        "start": {
          "line": 116,
          "column": 20
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3494,
      "end": 3495,
      "loc": {
        "start": {
          "line": 116,
          "column": 23
        },
        "end": {
          "line": 116,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3495,
      "end": 3498,
      "loc": {
        "start": {
          "line": 116,
          "column": 24
        },
        "end": {
          "line": 116,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3499,
      "end": 3501,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3502,
      "end": 3503,
      "loc": {
        "start": {
          "line": 116,
          "column": 31
        },
        "end": {
          "line": 116,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3503,
      "end": 3504,
      "loc": {
        "start": {
          "line": 116,
          "column": 32
        },
        "end": {
          "line": 116,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3515,
      "end": 3519,
      "loc": {
        "start": {
          "line": 117,
          "column": 10
        },
        "end": {
          "line": 117,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3519,
      "end": 3520,
      "loc": {
        "start": {
          "line": 117,
          "column": 14
        },
        "end": {
          "line": 117,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3521,
      "end": 3524,
      "loc": {
        "start": {
          "line": 117,
          "column": 16
        },
        "end": {
          "line": 117,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3524,
      "end": 3525,
      "loc": {
        "start": {
          "line": 117,
          "column": 19
        },
        "end": {
          "line": 117,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "relname",
      "start": 3525,
      "end": 3532,
      "loc": {
        "start": {
          "line": 117,
          "column": 20
        },
        "end": {
          "line": 117,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3532,
      "end": 3533,
      "loc": {
        "start": {
          "line": 117,
          "column": 27
        },
        "end": {
          "line": 117,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tableName",
      "start": 3544,
      "end": 3553,
      "loc": {
        "start": {
          "line": 118,
          "column": 10
        },
        "end": {
          "line": 118,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3553,
      "end": 3554,
      "loc": {
        "start": {
          "line": 118,
          "column": 19
        },
        "end": {
          "line": 118,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3555,
      "end": 3558,
      "loc": {
        "start": {
          "line": 118,
          "column": 21
        },
        "end": {
          "line": 118,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3558,
      "end": 3559,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "relname",
      "start": 3559,
      "end": 3566,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3566,
      "end": 3567,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 3567,
      "end": 3572,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3572,
      "end": 3573,
      "loc": {
        "start": {
          "line": 118,
          "column": 38
        },
        "end": {
          "line": 118,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "_",
      "start": 3573,
      "end": 3576,
      "loc": {
        "start": {
          "line": 118,
          "column": 39
        },
        "end": {
          "line": 118,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3576,
      "end": 3577,
      "loc": {
        "start": {
          "line": 118,
          "column": 42
        },
        "end": {
          "line": 118,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3577,
      "end": 3578,
      "loc": {
        "start": {
          "line": 118,
          "column": 43
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3578,
      "end": 3579,
      "loc": {
        "start": {
          "line": 118,
          "column": 44
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3589,
      "end": 3590,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3590,
      "end": 3591,
      "loc": {
        "start": {
          "line": 119,
          "column": 9
        },
        "end": {
          "line": 119,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3591,
      "end": 3592,
      "loc": {
        "start": {
          "line": 119,
          "column": 10
        },
        "end": {
          "line": 119,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 119,
          "column": 11
        },
        "end": {
          "line": 119,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3600,
      "end": 3601,
      "loc": {
        "start": {
          "line": 120,
          "column": 6
        },
        "end": {
          "line": 120,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 3602,
      "end": 3606,
      "loc": {
        "start": {
          "line": 120,
          "column": 8
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3607,
      "end": 3609,
      "loc": {
        "start": {
          "line": 120,
          "column": 13
        },
        "end": {
          "line": 120,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3610,
      "end": 3611,
      "loc": {
        "start": {
          "line": 120,
          "column": 16
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isTableNameQuery",
      "start": 3611,
      "end": 3627,
      "loc": {
        "start": {
          "line": 120,
          "column": 17
        },
        "end": {
          "line": 120,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3627,
      "end": 3628,
      "loc": {
        "start": {
          "line": 120,
          "column": 33
        },
        "end": {
          "line": 120,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3629,
      "end": 3630,
      "loc": {
        "start": {
          "line": 120,
          "column": 35
        },
        "end": {
          "line": 120,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3639,
      "end": 3645,
      "loc": {
        "start": {
          "line": 121,
          "column": 8
        },
        "end": {
          "line": 121,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3646,
      "end": 3650,
      "loc": {
        "start": {
          "line": 121,
          "column": 15
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3650,
      "end": 3651,
      "loc": {
        "start": {
          "line": 121,
          "column": 19
        },
        "end": {
          "line": 121,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3651,
      "end": 3654,
      "loc": {
        "start": {
          "line": 121,
          "column": 20
        },
        "end": {
          "line": 121,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 121,
          "column": 23
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3655,
      "end": 3658,
      "loc": {
        "start": {
          "line": 121,
          "column": 24
        },
        "end": {
          "line": 121,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3659,
      "end": 3661,
      "loc": {
        "start": {
          "line": 121,
          "column": 28
        },
        "end": {
          "line": 121,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 121,
          "column": 31
        },
        "end": {
          "line": 121,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3663,
      "end": 3664,
      "loc": {
        "start": {
          "line": 121,
          "column": 32
        },
        "end": {
          "line": 121,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "values",
      "start": 3664,
      "end": 3670,
      "loc": {
        "start": {
          "line": 121,
          "column": 33
        },
        "end": {
          "line": 121,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3670,
      "end": 3671,
      "loc": {
        "start": {
          "line": 121,
          "column": 39
        },
        "end": {
          "line": 121,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3671,
      "end": 3674,
      "loc": {
        "start": {
          "line": 121,
          "column": 40
        },
        "end": {
          "line": 121,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3674,
      "end": 3675,
      "loc": {
        "start": {
          "line": 121,
          "column": 43
        },
        "end": {
          "line": 121,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3675,
      "end": 3676,
      "loc": {
        "start": {
          "line": 121,
          "column": 44
        },
        "end": {
          "line": 121,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3676,
      "end": 3677,
      "loc": {
        "start": {
          "line": 121,
          "column": 45
        },
        "end": {
          "line": 121,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 122,
          "column": 6
        },
        "end": {
          "line": 122,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3693,
      "end": 3695,
      "loc": {
        "start": {
          "line": 124,
          "column": 6
        },
        "end": {
          "line": 124,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3696,
      "end": 3697,
      "loc": {
        "start": {
          "line": 124,
          "column": 9
        },
        "end": {
          "line": 124,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3697,
      "end": 3701,
      "loc": {
        "start": {
          "line": 124,
          "column": 10
        },
        "end": {
          "line": 124,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3701,
      "end": 3702,
      "loc": {
        "start": {
          "line": 124,
          "column": 14
        },
        "end": {
          "line": 124,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3702,
      "end": 3703,
      "loc": {
        "start": {
          "line": 124,
          "column": 15
        },
        "end": {
          "line": 124,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3703,
      "end": 3704,
      "loc": {
        "start": {
          "line": 124,
          "column": 16
        },
        "end": {
          "line": 124,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3705,
      "end": 3707,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3708,
      "end": 3712,
      "loc": {
        "start": {
          "line": 124,
          "column": 21
        },
        "end": {
          "line": 124,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3712,
      "end": 3713,
      "loc": {
        "start": {
          "line": 124,
          "column": 25
        },
        "end": {
          "line": 124,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 124,
          "column": 26
        },
        "end": {
          "line": 124,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 124,
          "column": 27
        },
        "end": {
          "line": 124,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3715,
      "end": 3716,
      "loc": {
        "start": {
          "line": 124,
          "column": 28
        },
        "end": {
          "line": 124,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize_caught_exception",
      "start": 3716,
      "end": 3742,
      "loc": {
        "start": {
          "line": 124,
          "column": 29
        },
        "end": {
          "line": 124,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3743,
      "end": 3746,
      "loc": {
        "start": {
          "line": 124,
          "column": 56
        },
        "end": {
          "line": 124,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3747,
      "end": 3756,
      "loc": {
        "start": {
          "line": 124,
          "column": 60
        },
        "end": {
          "line": 124,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 124,
          "column": 69
        },
        "end": {
          "line": 124,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3758,
      "end": 3759,
      "loc": {
        "start": {
          "line": 124,
          "column": 71
        },
        "end": {
          "line": 124,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3768,
      "end": 3770,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 125,
          "column": 11
        },
        "end": {
          "line": 125,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3772,
      "end": 3776,
      "loc": {
        "start": {
          "line": 125,
          "column": 12
        },
        "end": {
          "line": 125,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3776,
      "end": 3777,
      "loc": {
        "start": {
          "line": 125,
          "column": 16
        },
        "end": {
          "line": 125,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3777,
      "end": 3778,
      "loc": {
        "start": {
          "line": 125,
          "column": 17
        },
        "end": {
          "line": 125,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3778,
      "end": 3779,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3779,
      "end": 3780,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize_caught_exception",
      "start": 3780,
      "end": 3806,
      "loc": {
        "start": {
          "line": 125,
          "column": 20
        },
        "end": {
          "line": 125,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3807,
      "end": 3810,
      "loc": {
        "start": {
          "line": 125,
          "column": 47
        },
        "end": {
          "line": 125,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 3811,
      "end": 3815,
      "loc": {
        "start": {
          "line": 125,
          "column": 51
        },
        "end": {
          "line": 125,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3815,
      "end": 3816,
      "loc": {
        "start": {
          "line": 125,
          "column": 55
        },
        "end": {
          "line": 125,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3817,
      "end": 3818,
      "loc": {
        "start": {
          "line": 125,
          "column": 57
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 3829,
      "end": 3834,
      "loc": {
        "start": {
          "line": 126,
          "column": 10
        },
        "end": {
          "line": 126,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3835,
      "end": 3839,
      "loc": {
        "start": {
          "line": 126,
          "column": 16
        },
        "end": {
          "line": 126,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 126,
          "column": 20
        },
        "end": {
          "line": 126,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 3840,
      "end": 3851,
      "loc": {
        "start": {
          "line": 126,
          "column": 21
        },
        "end": {
          "line": 126,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3851,
      "end": 3852,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 126,
          "column": 33
        },
        "end": {
          "line": 126,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 3866,
      "end": 3870,
      "loc": {
        "start": {
          "line": 127,
          "column": 12
        },
        "end": {
          "line": 127,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 127,
          "column": 16
        },
        "end": {
          "line": 127,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "23505",
      "start": 3872,
      "end": 3879,
      "loc": {
        "start": {
          "line": 127,
          "column": 18
        },
        "end": {
          "line": 127,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3879,
      "end": 3880,
      "loc": {
        "start": {
          "line": 127,
          "column": 25
        },
        "end": {
          "line": 127,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "detail",
      "start": 3893,
      "end": 3899,
      "loc": {
        "start": {
          "line": 128,
          "column": 12
        },
        "end": {
          "line": 128,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3899,
      "end": 3900,
      "loc": {
        "start": {
          "line": 128,
          "column": 18
        },
        "end": {
          "line": 128,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3901,
      "end": 3905,
      "loc": {
        "start": {
          "line": 128,
          "column": 20
        },
        "end": {
          "line": 128,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3905,
      "end": 3906,
      "loc": {
        "start": {
          "line": 128,
          "column": 24
        },
        "end": {
          "line": 128,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3906,
      "end": 3907,
      "loc": {
        "start": {
          "line": 128,
          "column": 25
        },
        "end": {
          "line": 128,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 128,
          "column": 26
        },
        "end": {
          "line": 128,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3908,
      "end": 3909,
      "loc": {
        "start": {
          "line": 128,
          "column": 27
        },
        "end": {
          "line": 128,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize_caught_exception",
      "start": 3909,
      "end": 3935,
      "loc": {
        "start": {
          "line": 128,
          "column": 28
        },
        "end": {
          "line": 128,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3946,
      "end": 3947,
      "loc": {
        "start": {
          "line": 129,
          "column": 10
        },
        "end": {
          "line": 129,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3947,
      "end": 3948,
      "loc": {
        "start": {
          "line": 129,
          "column": 11
        },
        "end": {
          "line": 129,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3948,
      "end": 3949,
      "loc": {
        "start": {
          "line": 129,
          "column": 12
        },
        "end": {
          "line": 129,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3958,
      "end": 3959,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 3960,
      "end": 3964,
      "loc": {
        "start": {
          "line": 130,
          "column": 10
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3965,
      "end": 3966,
      "loc": {
        "start": {
          "line": 130,
          "column": 15
        },
        "end": {
          "line": 130,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3977,
      "end": 3981,
      "loc": {
        "start": {
          "line": 131,
          "column": 10
        },
        "end": {
          "line": 131,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3982,
      "end": 3983,
      "loc": {
        "start": {
          "line": 131,
          "column": 15
        },
        "end": {
          "line": 131,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 3984,
      "end": 3988,
      "loc": {
        "start": {
          "line": 131,
          "column": 17
        },
        "end": {
          "line": 131,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3988,
      "end": 3989,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 3989,
      "end": 3992,
      "loc": {
        "start": {
          "line": 131,
          "column": 22
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3992,
      "end": 3993,
      "loc": {
        "start": {
          "line": 131,
          "column": 25
        },
        "end": {
          "line": 131,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 3993,
      "end": 3996,
      "loc": {
        "start": {
          "line": 131,
          "column": 26
        },
        "end": {
          "line": 131,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3997,
      "end": 3999,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4000,
      "end": 4001,
      "loc": {
        "start": {
          "line": 131,
          "column": 33
        },
        "end": {
          "line": 131,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 4014,
      "end": 4020,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 4021,
      "end": 4024,
      "loc": {
        "start": {
          "line": 132,
          "column": 19
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4024,
      "end": 4025,
      "loc": {
        "start": {
          "line": 132,
          "column": 22
        },
        "end": {
          "line": 132,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize_caught_exception",
      "start": 4025,
      "end": 4051,
      "loc": {
        "start": {
          "line": 132,
          "column": 23
        },
        "end": {
          "line": 132,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4051,
      "end": 4052,
      "loc": {
        "start": {
          "line": 132,
          "column": 49
        },
        "end": {
          "line": 132,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4065,
      "end": 4071,
      "loc": {
        "start": {
          "line": 133,
          "column": 12
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 4072,
      "end": 4075,
      "loc": {
        "start": {
          "line": 133,
          "column": 19
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4075,
      "end": 4076,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 134,
          "column": 10
        },
        "end": {
          "line": 134,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4088,
      "end": 4089,
      "loc": {
        "start": {
          "line": 134,
          "column": 11
        },
        "end": {
          "line": 134,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4089,
      "end": 4090,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4099,
      "end": 4100,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4107,
      "end": 4108,
      "loc": {
        "start": {
          "line": 136,
          "column": 6
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4116,
      "end": 4118,
      "loc": {
        "start": {
          "line": 138,
          "column": 6
        },
        "end": {
          "line": 138,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4119,
      "end": 4120,
      "loc": {
        "start": {
          "line": 138,
          "column": 9
        },
        "end": {
          "line": 138,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4120,
      "end": 4124,
      "loc": {
        "start": {
          "line": 138,
          "column": 10
        },
        "end": {
          "line": 138,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4124,
      "end": 4125,
      "loc": {
        "start": {
          "line": 138,
          "column": 14
        },
        "end": {
          "line": 138,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowIndexesQuery",
      "start": 4125,
      "end": 4143,
      "loc": {
        "start": {
          "line": 138,
          "column": 15
        },
        "end": {
          "line": 138,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4143,
      "end": 4144,
      "loc": {
        "start": {
          "line": 138,
          "column": 33
        },
        "end": {
          "line": 138,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4144,
      "end": 4145,
      "loc": {
        "start": {
          "line": 138,
          "column": 34
        },
        "end": {
          "line": 138,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4145,
      "end": 4146,
      "loc": {
        "start": {
          "line": 138,
          "column": 35
        },
        "end": {
          "line": 138,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4147,
      "end": 4148,
      "loc": {
        "start": {
          "line": 138,
          "column": 37
        },
        "end": {
          "line": 138,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 4157,
      "end": 4160,
      "loc": {
        "start": {
          "line": 139,
          "column": 8
        },
        "end": {
          "line": 139,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4161,
      "end": 4162,
      "loc": {
        "start": {
          "line": 139,
          "column": 12
        },
        "end": {
          "line": 139,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4162,
      "end": 4167,
      "loc": {
        "start": {
          "line": 139,
          "column": 13
        },
        "end": {
          "line": 139,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4168,
      "end": 4174,
      "loc": {
        "start": {
          "line": 139,
          "column": 19
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 4175,
      "end": 4177,
      "loc": {
        "start": {
          "line": 139,
          "column": 26
        },
        "end": {
          "line": 139,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 4178,
      "end": 4185,
      "loc": {
        "start": {
          "line": 139,
          "column": 29
        },
        "end": {
          "line": 139,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4185,
      "end": 4186,
      "loc": {
        "start": {
          "line": 139,
          "column": 36
        },
        "end": {
          "line": 139,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4187,
      "end": 4188,
      "loc": {
        "start": {
          "line": 139,
          "column": 38
        },
        "end": {
          "line": 139,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4199,
      "end": 4204,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 4205,
      "end": 4215,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4216,
      "end": 4217,
      "loc": {
        "start": {
          "line": 140,
          "column": 27
        },
        "end": {
          "line": 140,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "ON .*? (?:USING .*?\\s)?\\((.*)\\)",
        "flags": "gi"
      },
      "start": 4218,
      "end": 4253,
      "loc": {
        "start": {
          "line": 140,
          "column": 29
        },
        "end": {
          "line": 140,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4253,
      "end": 4254,
      "loc": {
        "start": {
          "line": 140,
          "column": 64
        },
        "end": {
          "line": 140,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exec",
      "start": 4254,
      "end": 4258,
      "loc": {
        "start": {
          "line": 140,
          "column": 65
        },
        "end": {
          "line": 140,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4258,
      "end": 4259,
      "loc": {
        "start": {
          "line": 140,
          "column": 69
        },
        "end": {
          "line": 140,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4259,
      "end": 4265,
      "loc": {
        "start": {
          "line": 140,
          "column": 70
        },
        "end": {
          "line": 140,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4265,
      "end": 4266,
      "loc": {
        "start": {
          "line": 140,
          "column": 76
        },
        "end": {
          "line": 140,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "definition",
      "start": 4266,
      "end": 4276,
      "loc": {
        "start": {
          "line": 140,
          "column": 77
        },
        "end": {
          "line": 140,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4276,
      "end": 4277,
      "loc": {
        "start": {
          "line": 140,
          "column": 87
        },
        "end": {
          "line": 140,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 140,
          "column": 88
        },
        "end": {
          "line": 140,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 4278,
      "end": 4279,
      "loc": {
        "start": {
          "line": 140,
          "column": 89
        },
        "end": {
          "line": 140,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4279,
      "end": 4280,
      "loc": {
        "start": {
          "line": 140,
          "column": 90
        },
        "end": {
          "line": 140,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4280,
      "end": 4281,
      "loc": {
        "start": {
          "line": 140,
          "column": 91
        },
        "end": {
          "line": 140,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 4281,
      "end": 4286,
      "loc": {
        "start": {
          "line": 140,
          "column": 92
        },
        "end": {
          "line": 140,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4286,
      "end": 4287,
      "loc": {
        "start": {
          "line": 140,
          "column": 97
        },
        "end": {
          "line": 140,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ",",
      "start": 4287,
      "end": 4290,
      "loc": {
        "start": {
          "line": 140,
          "column": 98
        },
        "end": {
          "line": 140,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4290,
      "end": 4291,
      "loc": {
        "start": {
          "line": 140,
          "column": 101
        },
        "end": {
          "line": 140,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4291,
      "end": 4292,
      "loc": {
        "start": {
          "line": 140,
          "column": 102
        },
        "end": {
          "line": 140,
          "column": 103
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Map column index in table to column name",
      "start": 4304,
      "end": 4347,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 4358,
      "end": 4363,
      "loc": {
        "start": {
          "line": 143,
          "column": 10
        },
        "end": {
          "line": 143,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 4364,
      "end": 4371,
      "loc": {
        "start": {
          "line": 143,
          "column": 16
        },
        "end": {
          "line": 143,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4372,
      "end": 4373,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 4374,
      "end": 4375,
      "loc": {
        "start": {
          "line": 143,
          "column": 26
        },
        "end": {
          "line": 143,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4375,
      "end": 4376,
      "loc": {
        "start": {
          "line": 143,
          "column": 27
        },
        "end": {
          "line": 143,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zipObject",
      "start": 4376,
      "end": 4385,
      "loc": {
        "start": {
          "line": 143,
          "column": 28
        },
        "end": {
          "line": 143,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4385,
      "end": 4386,
      "loc": {
        "start": {
          "line": 143,
          "column": 37
        },
        "end": {
          "line": 143,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4399,
      "end": 4405,
      "loc": {
        "start": {
          "line": 144,
          "column": 12
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4405,
      "end": 4406,
      "loc": {
        "start": {
          "line": 144,
          "column": 18
        },
        "end": {
          "line": 144,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column_indexes",
      "start": 4406,
      "end": 4420,
      "loc": {
        "start": {
          "line": 144,
          "column": 19
        },
        "end": {
          "line": 144,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4420,
      "end": 4421,
      "loc": {
        "start": {
          "line": 144,
          "column": 33
        },
        "end": {
          "line": 144,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4434,
      "end": 4438,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4438,
      "end": 4439,
      "loc": {
        "start": {
          "line": 145,
          "column": 16
        },
        "end": {
          "line": 145,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 4439,
      "end": 4448,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4448,
      "end": 4449,
      "loc": {
        "start": {
          "line": 145,
          "column": 26
        },
        "end": {
          "line": 145,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryInterface",
      "start": 4449,
      "end": 4463,
      "loc": {
        "start": {
          "line": 145,
          "column": 27
        },
        "end": {
          "line": 145,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4463,
      "end": 4464,
      "loc": {
        "start": {
          "line": 145,
          "column": 41
        },
        "end": {
          "line": 145,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 4464,
      "end": 4478,
      "loc": {
        "start": {
          "line": 145,
          "column": 42
        },
        "end": {
          "line": 145,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4478,
      "end": 4479,
      "loc": {
        "start": {
          "line": 145,
          "column": 56
        },
        "end": {
          "line": 145,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 4479,
      "end": 4488,
      "loc": {
        "start": {
          "line": 145,
          "column": 57
        },
        "end": {
          "line": 145,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4488,
      "end": 4489,
      "loc": {
        "start": {
          "line": 145,
          "column": 66
        },
        "end": {
          "line": 145,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4489,
      "end": 4495,
      "loc": {
        "start": {
          "line": 145,
          "column": 67
        },
        "end": {
          "line": 145,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4495,
      "end": 4496,
      "loc": {
        "start": {
          "line": 145,
          "column": 73
        },
        "end": {
          "line": 145,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column_names",
      "start": 4496,
      "end": 4508,
      "loc": {
        "start": {
          "line": 145,
          "column": 74
        },
        "end": {
          "line": 145,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4508,
      "end": 4509,
      "loc": {
        "start": {
          "line": 145,
          "column": 86
        },
        "end": {
          "line": 145,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4520,
      "end": 4521,
      "loc": {
        "start": {
          "line": 146,
          "column": 10
        },
        "end": {
          "line": 146,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4521,
      "end": 4522,
      "loc": {
        "start": {
          "line": 146,
          "column": 11
        },
        "end": {
          "line": 146,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 4533,
      "end": 4539,
      "loc": {
        "start": {
          "line": 147,
          "column": 10
        },
        "end": {
          "line": 147,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4540,
      "end": 4546,
      "loc": {
        "start": {
          "line": 147,
          "column": 17
        },
        "end": {
          "line": 147,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4546,
      "end": 4547,
      "loc": {
        "start": {
          "line": 147,
          "column": 23
        },
        "end": {
          "line": 147,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column_indexes",
      "start": 4547,
      "end": 4561,
      "loc": {
        "start": {
          "line": 147,
          "column": 24
        },
        "end": {
          "line": 147,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4561,
      "end": 4562,
      "loc": {
        "start": {
          "line": 147,
          "column": 38
        },
        "end": {
          "line": 147,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 4573,
      "end": 4579,
      "loc": {
        "start": {
          "line": 148,
          "column": 10
        },
        "end": {
          "line": 148,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4580,
      "end": 4586,
      "loc": {
        "start": {
          "line": 148,
          "column": 17
        },
        "end": {
          "line": 148,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 148,
          "column": 23
        },
        "end": {
          "line": 148,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "column_names",
      "start": 4587,
      "end": 4599,
      "loc": {
        "start": {
          "line": 148,
          "column": 24
        },
        "end": {
          "line": 148,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4599,
      "end": 4600,
      "loc": {
        "start": {
          "line": 148,
          "column": 36
        },
        "end": {
          "line": 148,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4612,
      "end": 4615,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4616,
      "end": 4621,
      "loc": {
        "start": {
          "line": 150,
          "column": 14
        },
        "end": {
          "line": 150,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4621,
      "end": 4622,
      "loc": {
        "start": {
          "line": 150,
          "column": 19
        },
        "end": {
          "line": 150,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4633,
      "end": 4636,
      "loc": {
        "start": {
          "line": 151,
          "column": 10
        },
        "end": {
          "line": 151,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4637,
      "end": 4646,
      "loc": {
        "start": {
          "line": 151,
          "column": 14
        },
        "end": {
          "line": 151,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4646,
      "end": 4647,
      "loc": {
        "start": {
          "line": 151,
          "column": 23
        },
        "end": {
          "line": 151,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Indkey is the order of attributes in the index, specified by a string of attribute indexes",
      "start": 4659,
      "end": 4752,
      "loc": {
        "start": {
          "line": 153,
          "column": 10
        },
        "end": {
          "line": 153,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4763,
      "end": 4769,
      "loc": {
        "start": {
          "line": 154,
          "column": 10
        },
        "end": {
          "line": 154,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4769,
      "end": 4770,
      "loc": {
        "start": {
          "line": 154,
          "column": 16
        },
        "end": {
          "line": 154,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 4770,
      "end": 4776,
      "loc": {
        "start": {
          "line": 154,
          "column": 17
        },
        "end": {
          "line": 154,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4777,
      "end": 4778,
      "loc": {
        "start": {
          "line": 154,
          "column": 24
        },
        "end": {
          "line": 154,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 4779,
      "end": 4785,
      "loc": {
        "start": {
          "line": 154,
          "column": 26
        },
        "end": {
          "line": 154,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4785,
      "end": 4786,
      "loc": {
        "start": {
          "line": 154,
          "column": 32
        },
        "end": {
          "line": 154,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indkey",
      "start": 4786,
      "end": 4792,
      "loc": {
        "start": {
          "line": 154,
          "column": 33
        },
        "end": {
          "line": 154,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4792,
      "end": 4793,
      "loc": {
        "start": {
          "line": 154,
          "column": 39
        },
        "end": {
          "line": 154,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 4793,
      "end": 4798,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4798,
      "end": 4799,
      "loc": {
        "start": {
          "line": 154,
          "column": 45
        },
        "end": {
          "line": 154,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 4799,
      "end": 4802,
      "loc": {
        "start": {
          "line": 154,
          "column": 46
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4802,
      "end": 4803,
      "loc": {
        "start": {
          "line": 154,
          "column": 49
        },
        "end": {
          "line": 154,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 4804,
      "end": 4807,
      "loc": {
        "start": {
          "line": 154,
          "column": 51
        },
        "end": {
          "line": 154,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4807,
      "end": 4808,
      "loc": {
        "start": {
          "line": 154,
          "column": 54
        },
        "end": {
          "line": 154,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4808,
      "end": 4809,
      "loc": {
        "start": {
          "line": 154,
          "column": 55
        },
        "end": {
          "line": 154,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indKey",
      "start": 4809,
      "end": 4815,
      "loc": {
        "start": {
          "line": 154,
          "column": 56
        },
        "end": {
          "line": 154,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4815,
      "end": 4816,
      "loc": {
        "start": {
          "line": 154,
          "column": 62
        },
        "end": {
          "line": 154,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 4817,
      "end": 4822,
      "loc": {
        "start": {
          "line": 154,
          "column": 64
        },
        "end": {
          "line": 154,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4822,
      "end": 4823,
      "loc": {
        "start": {
          "line": 154,
          "column": 69
        },
        "end": {
          "line": 154,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4824,
      "end": 4826,
      "loc": {
        "start": {
          "line": 154,
          "column": 71
        },
        "end": {
          "line": 154,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4827,
      "end": 4828,
      "loc": {
        "start": {
          "line": 154,
          "column": 74
        },
        "end": {
          "line": 154,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4841,
      "end": 4846,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4847,
      "end": 4848,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 4849,
      "end": 4856,
      "loc": {
        "start": {
          "line": 155,
          "column": 20
        },
        "end": {
          "line": 155,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4856,
      "end": 4857,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indKey",
      "start": 4857,
      "end": 4863,
      "loc": {
        "start": {
          "line": 155,
          "column": 28
        },
        "end": {
          "line": 155,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4863,
      "end": 4864,
      "loc": {
        "start": {
          "line": 155,
          "column": 34
        },
        "end": {
          "line": 155,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4864,
      "end": 4865,
      "loc": {
        "start": {
          "line": 155,
          "column": 35
        },
        "end": {
          "line": 155,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " for functional indices indKey = 0",
      "start": 4878,
      "end": 4914,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4927,
      "end": 4929,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4929,
      "end": 4930,
      "loc": {
        "start": {
          "line": 157,
          "column": 14
        },
        "end": {
          "line": 157,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4930,
      "end": 4931,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 4931,
      "end": 4936,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4936,
      "end": 4937,
      "loc": {
        "start": {
          "line": 157,
          "column": 21
        },
        "end": {
          "line": 157,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4938,
      "end": 4939,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4954,
      "end": 4960,
      "loc": {
        "start": {
          "line": 158,
          "column": 14
        },
        "end": {
          "line": 158,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 4961,
      "end": 4965,
      "loc": {
        "start": {
          "line": 158,
          "column": 21
        },
        "end": {
          "line": 158,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4965,
      "end": 4966,
      "loc": {
        "start": {
          "line": 158,
          "column": 25
        },
        "end": {
          "line": 158,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 4993,
      "end": 5002,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5003,
      "end": 5004,
      "loc": {
        "start": {
          "line": 160,
          "column": 22
        },
        "end": {
          "line": 160,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 5005,
      "end": 5015,
      "loc": {
        "start": {
          "line": 160,
          "column": 24
        },
        "end": {
          "line": 160,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5015,
      "end": 5016,
      "loc": {
        "start": {
          "line": 160,
          "column": 34
        },
        "end": {
          "line": 160,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 5016,
      "end": 5021,
      "loc": {
        "start": {
          "line": 160,
          "column": 35
        },
        "end": {
          "line": 160,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5021,
      "end": 5022,
      "loc": {
        "start": {
          "line": 160,
          "column": 40
        },
        "end": {
          "line": 160,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5022,
      "end": 5023,
      "loc": {
        "start": {
          "line": 160,
          "column": 41
        },
        "end": {
          "line": 160,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5036,
      "end": 5042,
      "loc": {
        "start": {
          "line": 161,
          "column": 12
        },
        "end": {
          "line": 161,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 161,
          "column": 19
        },
        "end": {
          "line": 161,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 5059,
      "end": 5068,
      "loc": {
        "start": {
          "line": 162,
          "column": 14
        },
        "end": {
          "line": 162,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5068,
      "end": 5069,
      "loc": {
        "start": {
          "line": 162,
          "column": 23
        },
        "end": {
          "line": 162,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 5070,
      "end": 5075,
      "loc": {
        "start": {
          "line": 162,
          "column": 25
        },
        "end": {
          "line": 162,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5075,
      "end": 5076,
      "loc": {
        "start": {
          "line": 162,
          "column": 30
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "collate",
      "start": 5091,
      "end": 5098,
      "loc": {
        "start": {
          "line": 163,
          "column": 14
        },
        "end": {
          "line": 163,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5098,
      "end": 5099,
      "loc": {
        "start": {
          "line": 163,
          "column": 21
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 5100,
      "end": 5109,
      "loc": {
        "start": {
          "line": 163,
          "column": 23
        },
        "end": {
          "line": 163,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5109,
      "end": 5110,
      "loc": {
        "start": {
          "line": 163,
          "column": 32
        },
        "end": {
          "line": 163,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 5110,
      "end": 5115,
      "loc": {
        "start": {
          "line": 163,
          "column": 33
        },
        "end": {
          "line": 163,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 163,
          "column": 38
        },
        "end": {
          "line": 163,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "COLLATE \"(.*?)\"",
        "flags": ""
      },
      "start": 5116,
      "end": 5133,
      "loc": {
        "start": {
          "line": 163,
          "column": 39
        },
        "end": {
          "line": 163,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5133,
      "end": 5134,
      "loc": {
        "start": {
          "line": 163,
          "column": 56
        },
        "end": {
          "line": 163,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5135,
      "end": 5136,
      "loc": {
        "start": {
          "line": 163,
          "column": 58
        },
        "end": {
          "line": 163,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "COLLATE \"(.*?)\"",
        "flags": ""
      },
      "start": 5137,
      "end": 5154,
      "loc": {
        "start": {
          "line": 163,
          "column": 60
        },
        "end": {
          "line": 163,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5154,
      "end": 5155,
      "loc": {
        "start": {
          "line": 163,
          "column": 77
        },
        "end": {
          "line": 163,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exec",
      "start": 5155,
      "end": 5159,
      "loc": {
        "start": {
          "line": 163,
          "column": 78
        },
        "end": {
          "line": 163,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5159,
      "end": 5160,
      "loc": {
        "start": {
          "line": 163,
          "column": 82
        },
        "end": {
          "line": 163,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 5160,
      "end": 5169,
      "loc": {
        "start": {
          "line": 163,
          "column": 83
        },
        "end": {
          "line": 163,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 163,
          "column": 92
        },
        "end": {
          "line": 163,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5170,
      "end": 5171,
      "loc": {
        "start": {
          "line": 163,
          "column": 93
        },
        "end": {
          "line": 163,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5171,
      "end": 5172,
      "loc": {
        "start": {
          "line": 163,
          "column": 94
        },
        "end": {
          "line": 163,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5172,
      "end": 5173,
      "loc": {
        "start": {
          "line": 163,
          "column": 95
        },
        "end": {
          "line": 163,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5174,
      "end": 5175,
      "loc": {
        "start": {
          "line": 163,
          "column": 97
        },
        "end": {
          "line": 163,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5176,
      "end": 5185,
      "loc": {
        "start": {
          "line": 163,
          "column": 99
        },
        "end": {
          "line": 163,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 163,
          "column": 108
        },
        "end": {
          "line": 163,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "order",
      "start": 5201,
      "end": 5206,
      "loc": {
        "start": {
          "line": 164,
          "column": 14
        },
        "end": {
          "line": 164,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5206,
      "end": 5207,
      "loc": {
        "start": {
          "line": 164,
          "column": 19
        },
        "end": {
          "line": 164,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 5208,
      "end": 5217,
      "loc": {
        "start": {
          "line": 164,
          "column": 21
        },
        "end": {
          "line": 164,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5217,
      "end": 5218,
      "loc": {
        "start": {
          "line": 164,
          "column": 30
        },
        "end": {
          "line": 164,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 5218,
      "end": 5225,
      "loc": {
        "start": {
          "line": 164,
          "column": 31
        },
        "end": {
          "line": 164,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5225,
      "end": 5226,
      "loc": {
        "start": {
          "line": 164,
          "column": 38
        },
        "end": {
          "line": 164,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DESC",
      "start": 5226,
      "end": 5232,
      "loc": {
        "start": {
          "line": 164,
          "column": 39
        },
        "end": {
          "line": 164,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5232,
      "end": 5233,
      "loc": {
        "start": {
          "line": 164,
          "column": 45
        },
        "end": {
          "line": 164,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5234,
      "end": 5237,
      "loc": {
        "start": {
          "line": 164,
          "column": 47
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5238,
      "end": 5239,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 164,
          "column": 52
        },
        "end": {
          "line": 164,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 164,
          "column": 54
        },
        "end": {
          "line": 164,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "DESC",
      "start": 5243,
      "end": 5249,
      "loc": {
        "start": {
          "line": 164,
          "column": 56
        },
        "end": {
          "line": 164,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5250,
      "end": 5251,
      "loc": {
        "start": {
          "line": 164,
          "column": 63
        },
        "end": {
          "line": 164,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 5252,
      "end": 5261,
      "loc": {
        "start": {
          "line": 164,
          "column": 65
        },
        "end": {
          "line": 164,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 164,
          "column": 74
        },
        "end": {
          "line": 164,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 5262,
      "end": 5269,
      "loc": {
        "start": {
          "line": 164,
          "column": 75
        },
        "end": {
          "line": 164,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5269,
      "end": 5270,
      "loc": {
        "start": {
          "line": 164,
          "column": 82
        },
        "end": {
          "line": 164,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ASC",
      "start": 5270,
      "end": 5275,
      "loc": {
        "start": {
          "line": 164,
          "column": 83
        },
        "end": {
          "line": 164,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5275,
      "end": 5276,
      "loc": {
        "start": {
          "line": 164,
          "column": 88
        },
        "end": {
          "line": 164,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5277,
      "end": 5280,
      "loc": {
        "start": {
          "line": 164,
          "column": 90
        },
        "end": {
          "line": 164,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 5281,
      "end": 5282,
      "loc": {
        "start": {
          "line": 164,
          "column": 94
        },
        "end": {
          "line": 164,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5282,
      "end": 5283,
      "loc": {
        "start": {
          "line": 164,
          "column": 95
        },
        "end": {
          "line": 164,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5284,
      "end": 5285,
      "loc": {
        "start": {
          "line": 164,
          "column": 97
        },
        "end": {
          "line": 164,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ASC",
      "start": 5286,
      "end": 5291,
      "loc": {
        "start": {
          "line": 164,
          "column": 99
        },
        "end": {
          "line": 164,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5291,
      "end": 5292,
      "loc": {
        "start": {
          "line": 164,
          "column": 104
        },
        "end": {
          "line": 164,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5293,
      "end": 5302,
      "loc": {
        "start": {
          "line": 164,
          "column": 106
        },
        "end": {
          "line": 164,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5302,
      "end": 5303,
      "loc": {
        "start": {
          "line": 164,
          "column": 115
        },
        "end": {
          "line": 164,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 5318,
      "end": 5324,
      "loc": {
        "start": {
          "line": 165,
          "column": 14
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5324,
      "end": 5325,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5326,
      "end": 5335,
      "loc": {
        "start": {
          "line": 165,
          "column": 22
        },
        "end": {
          "line": 165,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5348,
      "end": 5349,
      "loc": {
        "start": {
          "line": 166,
          "column": 12
        },
        "end": {
          "line": 166,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5349,
      "end": 5350,
      "loc": {
        "start": {
          "line": 166,
          "column": 13
        },
        "end": {
          "line": 166,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5361,
      "end": 5362,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5362,
      "end": 5363,
      "loc": {
        "start": {
          "line": 167,
          "column": 11
        },
        "end": {
          "line": 167,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5363,
      "end": 5364,
      "loc": {
        "start": {
          "line": 167,
          "column": 12
        },
        "end": {
          "line": 167,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 5364,
      "end": 5370,
      "loc": {
        "start": {
          "line": 167,
          "column": 13
        },
        "end": {
          "line": 167,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5370,
      "end": 5371,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "n",
      "start": 5371,
      "end": 5372,
      "loc": {
        "start": {
          "line": 167,
          "column": 20
        },
        "end": {
          "line": 167,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5373,
      "end": 5375,
      "loc": {
        "start": {
          "line": 167,
          "column": 22
        },
        "end": {
          "line": 167,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "n",
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 167,
          "column": 25
        },
        "end": {
          "line": 167,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5378,
      "end": 5381,
      "loc": {
        "start": {
          "line": 167,
          "column": 27
        },
        "end": {
          "line": 167,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5382,
      "end": 5386,
      "loc": {
        "start": {
          "line": 167,
          "column": 31
        },
        "end": {
          "line": 167,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 167,
          "column": 35
        },
        "end": {
          "line": 167,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5387,
      "end": 5388,
      "loc": {
        "start": {
          "line": 167,
          "column": 36
        },
        "end": {
          "line": 167,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 5399,
      "end": 5405,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5406,
      "end": 5412,
      "loc": {
        "start": {
          "line": 168,
          "column": 17
        },
        "end": {
          "line": 168,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5412,
      "end": 5413,
      "loc": {
        "start": {
          "line": 168,
          "column": 23
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "columns",
      "start": 5413,
      "end": 5420,
      "loc": {
        "start": {
          "line": 168,
          "column": 24
        },
        "end": {
          "line": 168,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5420,
      "end": 5421,
      "loc": {
        "start": {
          "line": 168,
          "column": 31
        },
        "end": {
          "line": 168,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5430,
      "end": 5431,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5440,
      "end": 5446,
      "loc": {
        "start": {
          "line": 170,
          "column": 8
        },
        "end": {
          "line": 170,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 5447,
      "end": 5454,
      "loc": {
        "start": {
          "line": 170,
          "column": 15
        },
        "end": {
          "line": 170,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5454,
      "end": 5455,
      "loc": {
        "start": {
          "line": 170,
          "column": 22
        },
        "end": {
          "line": 170,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5462,
      "end": 5463,
      "loc": {
        "start": {
          "line": 171,
          "column": 6
        },
        "end": {
          "line": 171,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5464,
      "end": 5468,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5469,
      "end": 5471,
      "loc": {
        "start": {
          "line": 171,
          "column": 13
        },
        "end": {
          "line": 171,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5472,
      "end": 5473,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5473,
      "end": 5477,
      "loc": {
        "start": {
          "line": 171,
          "column": 17
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5477,
      "end": 5478,
      "loc": {
        "start": {
          "line": 171,
          "column": 21
        },
        "end": {
          "line": 171,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isForeignKeysQuery",
      "start": 5478,
      "end": 5496,
      "loc": {
        "start": {
          "line": 171,
          "column": 22
        },
        "end": {
          "line": 171,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5496,
      "end": 5497,
      "loc": {
        "start": {
          "line": 171,
          "column": 40
        },
        "end": {
          "line": 171,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5497,
      "end": 5498,
      "loc": {
        "start": {
          "line": 171,
          "column": 41
        },
        "end": {
          "line": 171,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5498,
      "end": 5499,
      "loc": {
        "start": {
          "line": 171,
          "column": 42
        },
        "end": {
          "line": 171,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5500,
      "end": 5501,
      "loc": {
        "start": {
          "line": 171,
          "column": 44
        },
        "end": {
          "line": 171,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 5510,
      "end": 5516,
      "loc": {
        "start": {
          "line": 172,
          "column": 8
        },
        "end": {
          "line": 172,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5517,
      "end": 5518,
      "loc": {
        "start": {
          "line": 172,
          "column": 15
        },
        "end": {
          "line": 172,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5519,
      "end": 5520,
      "loc": {
        "start": {
          "line": 172,
          "column": 17
        },
        "end": {
          "line": 172,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5520,
      "end": 5521,
      "loc": {
        "start": {
          "line": 172,
          "column": 18
        },
        "end": {
          "line": 172,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 172,
          "column": 19
        },
        "end": {
          "line": 172,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 5531,
      "end": 5534,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5535,
      "end": 5536,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 5536,
      "end": 5541,
      "loc": {
        "start": {
          "line": 173,
          "column": 13
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5542,
      "end": 5545,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 5546,
      "end": 5548,
      "loc": {
        "start": {
          "line": 173,
          "column": 23
        },
        "end": {
          "line": 173,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 5549,
      "end": 5553,
      "loc": {
        "start": {
          "line": 173,
          "column": 26
        },
        "end": {
          "line": 173,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5553,
      "end": 5554,
      "loc": {
        "start": {
          "line": 173,
          "column": 30
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5555,
      "end": 5556,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5567,
      "end": 5570,
      "loc": {
        "start": {
          "line": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 5571,
      "end": 5579,
      "loc": {
        "start": {
          "line": 174,
          "column": 14
        },
        "end": {
          "line": 174,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5579,
      "end": 5580,
      "loc": {
        "start": {
          "line": 174,
          "column": 22
        },
        "end": {
          "line": 174,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5591,
      "end": 5593,
      "loc": {
        "start": {
          "line": 175,
          "column": 10
        },
        "end": {
          "line": 175,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5594,
      "end": 5595,
      "loc": {
        "start": {
          "line": 175,
          "column": 13
        },
        "end": {
          "line": 175,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5595,
      "end": 5598,
      "loc": {
        "start": {
          "line": 175,
          "column": 14
        },
        "end": {
          "line": 175,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5598,
      "end": 5599,
      "loc": {
        "start": {
          "line": 175,
          "column": 17
        },
        "end": {
          "line": 175,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condef",
      "start": 5599,
      "end": 5605,
      "loc": {
        "start": {
          "line": 175,
          "column": 18
        },
        "end": {
          "line": 175,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5606,
      "end": 5609,
      "loc": {
        "start": {
          "line": 175,
          "column": 25
        },
        "end": {
          "line": 175,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5610,
      "end": 5619,
      "loc": {
        "start": {
          "line": 175,
          "column": 29
        },
        "end": {
          "line": 175,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5620,
      "end": 5622,
      "loc": {
        "start": {
          "line": 175,
          "column": 39
        },
        "end": {
          "line": 175,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5623,
      "end": 5624,
      "loc": {
        "start": {
          "line": 175,
          "column": 42
        },
        "end": {
          "line": 175,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 5624,
      "end": 5632,
      "loc": {
        "start": {
          "line": 175,
          "column": 43
        },
        "end": {
          "line": 175,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5633,
      "end": 5634,
      "loc": {
        "start": {
          "line": 175,
          "column": 52
        },
        "end": {
          "line": 175,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5635,
      "end": 5638,
      "loc": {
        "start": {
          "line": 175,
          "column": 54
        },
        "end": {
          "line": 175,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5638,
      "end": 5639,
      "loc": {
        "start": {
          "line": 175,
          "column": 57
        },
        "end": {
          "line": 175,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "condef",
      "start": 5639,
      "end": 5645,
      "loc": {
        "start": {
          "line": 175,
          "column": 58
        },
        "end": {
          "line": 175,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5645,
      "end": 5646,
      "loc": {
        "start": {
          "line": 175,
          "column": 64
        },
        "end": {
          "line": 175,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 5646,
      "end": 5651,
      "loc": {
        "start": {
          "line": 175,
          "column": 65
        },
        "end": {
          "line": 175,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5651,
      "end": 5652,
      "loc": {
        "start": {
          "line": 175,
          "column": 70
        },
        "end": {
          "line": 175,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "FOREIGN KEY \\((.+)\\) REFERENCES (.+)\\((.+)\\)( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?( ON (UPDATE|DELETE) (CASCADE|RESTRICT))?",
        "flags": ""
      },
      "start": 5652,
      "end": 5780,
      "loc": {
        "start": {
          "line": 175,
          "column": 71
        },
        "end": {
          "line": 175,
          "column": 199
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5780,
      "end": 5781,
      "loc": {
        "start": {
          "line": 175,
          "column": 199
        },
        "end": {
          "line": 175,
          "column": 200
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5781,
      "end": 5782,
      "loc": {
        "start": {
          "line": 175,
          "column": 200
        },
        "end": {
          "line": 175,
          "column": 201
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5782,
      "end": 5783,
      "loc": {
        "start": {
          "line": 175,
          "column": 201
        },
        "end": {
          "line": 175,
          "column": 202
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5784,
      "end": 5785,
      "loc": {
        "start": {
          "line": 175,
          "column": 203
        },
        "end": {
          "line": 175,
          "column": 204
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5798,
      "end": 5801,
      "loc": {
        "start": {
          "line": 176,
          "column": 12
        },
        "end": {
          "line": 176,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5801,
      "end": 5802,
      "loc": {
        "start": {
          "line": 176,
          "column": 15
        },
        "end": {
          "line": 176,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "id",
      "start": 5802,
      "end": 5804,
      "loc": {
        "start": {
          "line": 176,
          "column": 16
        },
        "end": {
          "line": 176,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5805,
      "end": 5806,
      "loc": {
        "start": {
          "line": 176,
          "column": 19
        },
        "end": {
          "line": 176,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5807,
      "end": 5810,
      "loc": {
        "start": {
          "line": 176,
          "column": 21
        },
        "end": {
          "line": 176,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5810,
      "end": 5811,
      "loc": {
        "start": {
          "line": 176,
          "column": 24
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint_name",
      "start": 5811,
      "end": 5826,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5826,
      "end": 5827,
      "loc": {
        "start": {
          "line": 176,
          "column": 40
        },
        "end": {
          "line": 176,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5840,
      "end": 5843,
      "loc": {
        "start": {
          "line": 177,
          "column": 12
        },
        "end": {
          "line": 177,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5843,
      "end": 5844,
      "loc": {
        "start": {
          "line": 177,
          "column": 15
        },
        "end": {
          "line": 177,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 5844,
      "end": 5849,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5850,
      "end": 5851,
      "loc": {
        "start": {
          "line": 177,
          "column": 22
        },
        "end": {
          "line": 177,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 5852,
      "end": 5860,
      "loc": {
        "start": {
          "line": 177,
          "column": 24
        },
        "end": {
          "line": 177,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5860,
      "end": 5861,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 5861,
      "end": 5862,
      "loc": {
        "start": {
          "line": 177,
          "column": 33
        },
        "end": {
          "line": 177,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5862,
      "end": 5863,
      "loc": {
        "start": {
          "line": 177,
          "column": 34
        },
        "end": {
          "line": 177,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5863,
      "end": 5864,
      "loc": {
        "start": {
          "line": 177,
          "column": 35
        },
        "end": {
          "line": 177,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5877,
      "end": 5880,
      "loc": {
        "start": {
          "line": 178,
          "column": 12
        },
        "end": {
          "line": 178,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5880,
      "end": 5881,
      "loc": {
        "start": {
          "line": 178,
          "column": 15
        },
        "end": {
          "line": 178,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 5881,
      "end": 5885,
      "loc": {
        "start": {
          "line": 178,
          "column": 16
        },
        "end": {
          "line": 178,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5886,
      "end": 5887,
      "loc": {
        "start": {
          "line": 178,
          "column": 21
        },
        "end": {
          "line": 178,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 5888,
      "end": 5896,
      "loc": {
        "start": {
          "line": 178,
          "column": 23
        },
        "end": {
          "line": 178,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5896,
      "end": 5897,
      "loc": {
        "start": {
          "line": 178,
          "column": 31
        },
        "end": {
          "line": 178,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 5897,
      "end": 5898,
      "loc": {
        "start": {
          "line": 178,
          "column": 32
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5898,
      "end": 5899,
      "loc": {
        "start": {
          "line": 178,
          "column": 33
        },
        "end": {
          "line": 178,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5899,
      "end": 5900,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 5913,
      "end": 5916,
      "loc": {
        "start": {
          "line": 179,
          "column": 12
        },
        "end": {
          "line": 179,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5916,
      "end": 5917,
      "loc": {
        "start": {
          "line": 179,
          "column": 15
        },
        "end": {
          "line": 179,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "to",
      "start": 5917,
      "end": 5919,
      "loc": {
        "start": {
          "line": 179,
          "column": 16
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5920,
      "end": 5921,
      "loc": {
        "start": {
          "line": 179,
          "column": 19
        },
        "end": {
          "line": 179,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 5922,
      "end": 5930,
      "loc": {
        "start": {
          "line": 179,
          "column": 21
        },
        "end": {
          "line": 179,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5930,
      "end": 5931,
      "loc": {
        "start": {
          "line": 179,
          "column": 29
        },
        "end": {
          "line": 179,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 5931,
      "end": 5932,
      "loc": {
        "start": {
          "line": 179,
          "column": 30
        },
        "end": {
          "line": 179,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5932,
      "end": 5933,
      "loc": {
        "start": {
          "line": 179,
          "column": 31
        },
        "end": {
          "line": 179,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5933,
      "end": 5934,
      "loc": {
        "start": {
          "line": 179,
          "column": 32
        },
        "end": {
          "line": 179,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5947,
      "end": 5950,
      "loc": {
        "start": {
          "line": 180,
          "column": 12
        },
        "end": {
          "line": 180,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5951,
      "end": 5952,
      "loc": {
        "start": {
          "line": 180,
          "column": 16
        },
        "end": {
          "line": 180,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5952,
      "end": 5953,
      "loc": {
        "start": {
          "line": 180,
          "column": 17
        },
        "end": {
          "line": 180,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 5966,
      "end": 5969,
      "loc": {
        "start": {
          "line": 181,
          "column": 12
        },
        "end": {
          "line": 181,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5970,
      "end": 5971,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 181,
          "column": 17
        },
        "end": {
          "line": 181,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5972,
      "end": 5973,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 5,
      "start": 5973,
      "end": 5974,
      "loc": {
        "start": {
          "line": 181,
          "column": 19
        },
        "end": {
          "line": 181,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5974,
      "end": 5975,
      "loc": {
        "start": {
          "line": 181,
          "column": 20
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5975,
      "end": 5976,
      "loc": {
        "start": {
          "line": 181,
          "column": 21
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 5976,
      "end": 5978,
      "loc": {
        "start": {
          "line": 181,
          "column": 22
        },
        "end": {
          "line": 181,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 8,
      "start": 5978,
      "end": 5979,
      "loc": {
        "start": {
          "line": 181,
          "column": 24
        },
        "end": {
          "line": 181,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5979,
      "end": 5980,
      "loc": {
        "start": {
          "line": 181,
          "column": 25
        },
        "end": {
          "line": 181,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 5980,
      "end": 5981,
      "loc": {
        "start": {
          "line": 181,
          "column": 26
        },
        "end": {
          "line": 181,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 5981,
      "end": 5983,
      "loc": {
        "start": {
          "line": 181,
          "column": 27
        },
        "end": {
          "line": 181,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 5983,
      "end": 5984,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5984,
      "end": 5985,
      "loc": {
        "start": {
          "line": 181,
          "column": 30
        },
        "end": {
          "line": 181,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5986,
      "end": 5987,
      "loc": {
        "start": {
          "line": 181,
          "column": 32
        },
        "end": {
          "line": 181,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6002,
      "end": 6004,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6005,
      "end": 6006,
      "loc": {
        "start": {
          "line": 182,
          "column": 17
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "(UPDATE|DELETE)",
        "flags": ""
      },
      "start": 6006,
      "end": 6023,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6023,
      "end": 6024,
      "loc": {
        "start": {
          "line": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 6024,
      "end": 6028,
      "loc": {
        "start": {
          "line": 182,
          "column": 36
        },
        "end": {
          "line": 182,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6028,
      "end": 6029,
      "loc": {
        "start": {
          "line": 182,
          "column": 40
        },
        "end": {
          "line": 182,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 6029,
      "end": 6037,
      "loc": {
        "start": {
          "line": 182,
          "column": 41
        },
        "end": {
          "line": 182,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6037,
      "end": 6038,
      "loc": {
        "start": {
          "line": 182,
          "column": 49
        },
        "end": {
          "line": 182,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6038,
      "end": 6039,
      "loc": {
        "start": {
          "line": 182,
          "column": 50
        },
        "end": {
          "line": 182,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6039,
      "end": 6040,
      "loc": {
        "start": {
          "line": 182,
          "column": 51
        },
        "end": {
          "line": 182,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6040,
      "end": 6041,
      "loc": {
        "start": {
          "line": 182,
          "column": 52
        },
        "end": {
          "line": 182,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6041,
      "end": 6042,
      "loc": {
        "start": {
          "line": 182,
          "column": 53
        },
        "end": {
          "line": 182,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6043,
      "end": 6044,
      "loc": {
        "start": {
          "line": 182,
          "column": 55
        },
        "end": {
          "line": 182,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 6061,
      "end": 6064,
      "loc": {
        "start": {
          "line": 183,
          "column": 16
        },
        "end": {
          "line": 183,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6064,
      "end": 6065,
      "loc": {
        "start": {
          "line": 183,
          "column": 19
        },
        "end": {
          "line": 183,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "on_",
      "start": 6065,
      "end": 6070,
      "loc": {
        "start": {
          "line": 183,
          "column": 20
        },
        "end": {
          "line": 183,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6070,
      "end": 6071,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 6071,
      "end": 6079,
      "loc": {
        "start": {
          "line": 183,
          "column": 26
        },
        "end": {
          "line": 183,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6079,
      "end": 6080,
      "loc": {
        "start": {
          "line": 183,
          "column": 34
        },
        "end": {
          "line": 183,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6080,
      "end": 6081,
      "loc": {
        "start": {
          "line": 183,
          "column": 35
        },
        "end": {
          "line": 183,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6081,
      "end": 6082,
      "loc": {
        "start": {
          "line": 183,
          "column": 36
        },
        "end": {
          "line": 183,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6082,
      "end": 6083,
      "loc": {
        "start": {
          "line": 183,
          "column": 37
        },
        "end": {
          "line": 183,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 6083,
      "end": 6094,
      "loc": {
        "start": {
          "line": 183,
          "column": 38
        },
        "end": {
          "line": 183,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6094,
      "end": 6095,
      "loc": {
        "start": {
          "line": 183,
          "column": 49
        },
        "end": {
          "line": 183,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6095,
      "end": 6096,
      "loc": {
        "start": {
          "line": 183,
          "column": 50
        },
        "end": {
          "line": 183,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6096,
      "end": 6097,
      "loc": {
        "start": {
          "line": 183,
          "column": 51
        },
        "end": {
          "line": 183,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6098,
      "end": 6099,
      "loc": {
        "start": {
          "line": 183,
          "column": 53
        },
        "end": {
          "line": 183,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defParts",
      "start": 6100,
      "end": 6108,
      "loc": {
        "start": {
          "line": 183,
          "column": 55
        },
        "end": {
          "line": 183,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6108,
      "end": 6109,
      "loc": {
        "start": {
          "line": 183,
          "column": 63
        },
        "end": {
          "line": 183,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 6109,
      "end": 6110,
      "loc": {
        "start": {
          "line": 183,
          "column": 64
        },
        "end": {
          "line": 183,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6110,
      "end": 6111,
      "loc": {
        "start": {
          "line": 183,
          "column": 65
        },
        "end": {
          "line": 183,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 6111,
      "end": 6112,
      "loc": {
        "start": {
          "line": 183,
          "column": 66
        },
        "end": {
          "line": 183,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6112,
      "end": 6113,
      "loc": {
        "start": {
          "line": 183,
          "column": 67
        },
        "end": {
          "line": 183,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6113,
      "end": 6114,
      "loc": {
        "start": {
          "line": 183,
          "column": 68
        },
        "end": {
          "line": 183,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6129,
      "end": 6130,
      "loc": {
        "start": {
          "line": 184,
          "column": 14
        },
        "end": {
          "line": 184,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6143,
      "end": 6144,
      "loc": {
        "start": {
          "line": 185,
          "column": 12
        },
        "end": {
          "line": 185,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6155,
      "end": 6156,
      "loc": {
        "start": {
          "line": 186,
          "column": 10
        },
        "end": {
          "line": 186,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6167,
      "end": 6173,
      "loc": {
        "start": {
          "line": 187,
          "column": 10
        },
        "end": {
          "line": 187,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6173,
      "end": 6174,
      "loc": {
        "start": {
          "line": 187,
          "column": 16
        },
        "end": {
          "line": 187,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 6174,
      "end": 6178,
      "loc": {
        "start": {
          "line": 187,
          "column": 17
        },
        "end": {
          "line": 187,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6178,
      "end": 6179,
      "loc": {
        "start": {
          "line": 187,
          "column": 21
        },
        "end": {
          "line": 187,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 6179,
      "end": 6182,
      "loc": {
        "start": {
          "line": 187,
          "column": 22
        },
        "end": {
          "line": 187,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6182,
      "end": 6183,
      "loc": {
        "start": {
          "line": 187,
          "column": 25
        },
        "end": {
          "line": 187,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6183,
      "end": 6184,
      "loc": {
        "start": {
          "line": 187,
          "column": 26
        },
        "end": {
          "line": 187,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6193,
      "end": 6194,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "end": {
          "line": 188,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6203,
      "end": 6209,
      "loc": {
        "start": {
          "line": 189,
          "column": 8
        },
        "end": {
          "line": 189,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 6210,
      "end": 6216,
      "loc": {
        "start": {
          "line": 189,
          "column": 15
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6216,
      "end": 6217,
      "loc": {
        "start": {
          "line": 189,
          "column": 21
        },
        "end": {
          "line": 189,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6224,
      "end": 6225,
      "loc": {
        "start": {
          "line": 190,
          "column": 6
        },
        "end": {
          "line": 190,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6226,
      "end": 6230,
      "loc": {
        "start": {
          "line": 190,
          "column": 8
        },
        "end": {
          "line": 190,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6231,
      "end": 6233,
      "loc": {
        "start": {
          "line": 190,
          "column": 13
        },
        "end": {
          "line": 190,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6234,
      "end": 6235,
      "loc": {
        "start": {
          "line": 190,
          "column": 16
        },
        "end": {
          "line": 190,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6235,
      "end": 6239,
      "loc": {
        "start": {
          "line": 190,
          "column": 17
        },
        "end": {
          "line": 190,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6239,
      "end": 6240,
      "loc": {
        "start": {
          "line": 190,
          "column": 21
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isSelectQuery",
      "start": 6240,
      "end": 6253,
      "loc": {
        "start": {
          "line": 190,
          "column": 22
        },
        "end": {
          "line": 190,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6253,
      "end": 6254,
      "loc": {
        "start": {
          "line": 190,
          "column": 35
        },
        "end": {
          "line": 190,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6254,
      "end": 6255,
      "loc": {
        "start": {
          "line": 190,
          "column": 36
        },
        "end": {
          "line": 190,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6255,
      "end": 6256,
      "loc": {
        "start": {
          "line": 190,
          "column": 37
        },
        "end": {
          "line": 190,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6257,
      "end": 6258,
      "loc": {
        "start": {
          "line": 190,
          "column": 39
        },
        "end": {
          "line": 190,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Postgres will treat tables as case-insensitive, so fix the case",
      "start": 6267,
      "end": 6333,
      "loc": {
        "start": {
          "line": 191,
          "column": 8
        },
        "end": {
          "line": 191,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " of the returned values to match attributes",
      "start": 6342,
      "end": 6387,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6396,
      "end": 6398,
      "loc": {
        "start": {
          "line": 193,
          "column": 8
        },
        "end": {
          "line": 193,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6399,
      "end": 6400,
      "loc": {
        "start": {
          "line": 193,
          "column": 11
        },
        "end": {
          "line": 193,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6400,
      "end": 6404,
      "loc": {
        "start": {
          "line": 193,
          "column": 12
        },
        "end": {
          "line": 193,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6404,
      "end": 6405,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6405,
      "end": 6412,
      "loc": {
        "start": {
          "line": 193,
          "column": 17
        },
        "end": {
          "line": 193,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 193,
          "column": 24
        },
        "end": {
          "line": 193,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raw",
      "start": 6413,
      "end": 6416,
      "loc": {
        "start": {
          "line": 193,
          "column": 25
        },
        "end": {
          "line": 193,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6417,
      "end": 6420,
      "loc": {
        "start": {
          "line": 193,
          "column": 29
        },
        "end": {
          "line": 193,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6421,
      "end": 6426,
      "loc": {
        "start": {
          "line": 193,
          "column": 33
        },
        "end": {
          "line": 193,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6427,
      "end": 6429,
      "loc": {
        "start": {
          "line": 193,
          "column": 39
        },
        "end": {
          "line": 193,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6430,
      "end": 6434,
      "loc": {
        "start": {
          "line": 193,
          "column": 42
        },
        "end": {
          "line": 193,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6434,
      "end": 6435,
      "loc": {
        "start": {
          "line": 193,
          "column": 46
        },
        "end": {
          "line": 193,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 6435,
      "end": 6444,
      "loc": {
        "start": {
          "line": 193,
          "column": 47
        },
        "end": {
          "line": 193,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6444,
      "end": 6445,
      "loc": {
        "start": {
          "line": 193,
          "column": 56
        },
        "end": {
          "line": 193,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 6445,
      "end": 6452,
      "loc": {
        "start": {
          "line": 193,
          "column": 57
        },
        "end": {
          "line": 193,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6452,
      "end": 6453,
      "loc": {
        "start": {
          "line": 193,
          "column": 64
        },
        "end": {
          "line": 193,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "quoteIdentifiers",
      "start": 6453,
      "end": 6469,
      "loc": {
        "start": {
          "line": 193,
          "column": 65
        },
        "end": {
          "line": 193,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6470,
      "end": 6473,
      "loc": {
        "start": {
          "line": 193,
          "column": 82
        },
        "end": {
          "line": 193,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 6474,
      "end": 6479,
      "loc": {
        "start": {
          "line": 193,
          "column": 86
        },
        "end": {
          "line": 193,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 193,
          "column": 91
        },
        "end": {
          "line": 193,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6481,
      "end": 6482,
      "loc": {
        "start": {
          "line": 193,
          "column": 93
        },
        "end": {
          "line": 193,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6493,
      "end": 6498,
      "loc": {
        "start": {
          "line": 194,
          "column": 10
        },
        "end": {
          "line": 194,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrsMap",
      "start": 6499,
      "end": 6507,
      "loc": {
        "start": {
          "line": 194,
          "column": 16
        },
        "end": {
          "line": 194,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 194,
          "column": 25
        },
        "end": {
          "line": 194,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6510,
      "end": 6511,
      "loc": {
        "start": {
          "line": 194,
          "column": 27
        },
        "end": {
          "line": 194,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6511,
      "end": 6512,
      "loc": {
        "start": {
          "line": 194,
          "column": 28
        },
        "end": {
          "line": 194,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reduce",
      "start": 6512,
      "end": 6518,
      "loc": {
        "start": {
          "line": 194,
          "column": 29
        },
        "end": {
          "line": 194,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 194,
          "column": 35
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6519,
      "end": 6523,
      "loc": {
        "start": {
          "line": 194,
          "column": 36
        },
        "end": {
          "line": 194,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6523,
      "end": 6524,
      "loc": {
        "start": {
          "line": 194,
          "column": 40
        },
        "end": {
          "line": 194,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 6524,
      "end": 6529,
      "loc": {
        "start": {
          "line": 194,
          "column": 41
        },
        "end": {
          "line": 194,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6529,
      "end": 6530,
      "loc": {
        "start": {
          "line": 194,
          "column": 46
        },
        "end": {
          "line": 194,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 6530,
      "end": 6540,
      "loc": {
        "start": {
          "line": 194,
          "column": 47
        },
        "end": {
          "line": 194,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6540,
      "end": 6541,
      "loc": {
        "start": {
          "line": 194,
          "column": 57
        },
        "end": {
          "line": 194,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6542,
      "end": 6543,
      "loc": {
        "start": {
          "line": 194,
          "column": 59
        },
        "end": {
          "line": 194,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 6543,
      "end": 6544,
      "loc": {
        "start": {
          "line": 194,
          "column": 60
        },
        "end": {
          "line": 194,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6544,
      "end": 6545,
      "loc": {
        "start": {
          "line": 194,
          "column": 61
        },
        "end": {
          "line": 194,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "v",
      "start": 6546,
      "end": 6547,
      "loc": {
        "start": {
          "line": 194,
          "column": 63
        },
        "end": {
          "line": 194,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6547,
      "end": 6548,
      "loc": {
        "start": {
          "line": 194,
          "column": 64
        },
        "end": {
          "line": 194,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 6549,
      "end": 6550,
      "loc": {
        "start": {
          "line": 194,
          "column": 66
        },
        "end": {
          "line": 194,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6550,
      "end": 6551,
      "loc": {
        "start": {
          "line": 194,
          "column": 67
        },
        "end": {
          "line": 194,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6552,
      "end": 6554,
      "loc": {
        "start": {
          "line": 194,
          "column": 69
        },
        "end": {
          "line": 194,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6555,
      "end": 6556,
      "loc": {
        "start": {
          "line": 194,
          "column": 72
        },
        "end": {
          "line": 194,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 6569,
      "end": 6570,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6570,
      "end": 6571,
      "loc": {
        "start": {
          "line": 195,
          "column": 13
        },
        "end": {
          "line": 195,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 6571,
      "end": 6572,
      "loc": {
        "start": {
          "line": 195,
          "column": 14
        },
        "end": {
          "line": 195,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6572,
      "end": 6573,
      "loc": {
        "start": {
          "line": 195,
          "column": 15
        },
        "end": {
          "line": 195,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 6573,
      "end": 6584,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 195,
          "column": 27
        },
        "end": {
          "line": 195,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6585,
      "end": 6586,
      "loc": {
        "start": {
          "line": 195,
          "column": 28
        },
        "end": {
          "line": 195,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 195,
          "column": 29
        },
        "end": {
          "line": 195,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6588,
      "end": 6589,
      "loc": {
        "start": {
          "line": 195,
          "column": 31
        },
        "end": {
          "line": 195,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "k",
      "start": 6590,
      "end": 6591,
      "loc": {
        "start": {
          "line": 195,
          "column": 33
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6605,
      "end": 6611,
      "loc": {
        "start": {
          "line": 196,
          "column": 12
        },
        "end": {
          "line": 196,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "m",
      "start": 6612,
      "end": 6613,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6613,
      "end": 6614,
      "loc": {
        "start": {
          "line": 196,
          "column": 20
        },
        "end": {
          "line": 196,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6625,
      "end": 6626,
      "loc": {
        "start": {
          "line": 197,
          "column": 10
        },
        "end": {
          "line": 197,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6626,
      "end": 6627,
      "loc": {
        "start": {
          "line": 197,
          "column": 11
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6629,
      "end": 6630,
      "loc": {
        "start": {
          "line": 197,
          "column": 14
        },
        "end": {
          "line": 197,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6630,
      "end": 6631,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6631,
      "end": 6632,
      "loc": {
        "start": {
          "line": 197,
          "column": 16
        },
        "end": {
          "line": 197,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 6643,
      "end": 6647,
      "loc": {
        "start": {
          "line": 198,
          "column": 10
        },
        "end": {
          "line": 198,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6648,
      "end": 6649,
      "loc": {
        "start": {
          "line": 198,
          "column": 15
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6650,
      "end": 6651,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6651,
      "end": 6652,
      "loc": {
        "start": {
          "line": 198,
          "column": 18
        },
        "end": {
          "line": 198,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 6652,
      "end": 6655,
      "loc": {
        "start": {
          "line": 198,
          "column": 19
        },
        "end": {
          "line": 198,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6655,
      "end": 6656,
      "loc": {
        "start": {
          "line": 198,
          "column": 22
        },
        "end": {
          "line": 198,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 6656,
      "end": 6660,
      "loc": {
        "start": {
          "line": 198,
          "column": 23
        },
        "end": {
          "line": 198,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6660,
      "end": 6661,
      "loc": {
        "start": {
          "line": 198,
          "column": 27
        },
        "end": {
          "line": 198,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6662,
      "end": 6663,
      "loc": {
        "start": {
          "line": 198,
          "column": 29
        },
        "end": {
          "line": 198,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 6663,
      "end": 6666,
      "loc": {
        "start": {
          "line": 198,
          "column": 30
        },
        "end": {
          "line": 198,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6666,
      "end": 6667,
      "loc": {
        "start": {
          "line": 198,
          "column": 33
        },
        "end": {
          "line": 198,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6667,
      "end": 6669,
      "loc": {
        "start": {
          "line": 198,
          "column": 34
        },
        "end": {
          "line": 198,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6670,
      "end": 6671,
      "loc": {
        "start": {
          "line": 198,
          "column": 37
        },
        "end": {
          "line": 198,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6684,
      "end": 6690,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 6691,
      "end": 6692,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6692,
      "end": 6693,
      "loc": {
        "start": {
          "line": 199,
          "column": 20
        },
        "end": {
          "line": 199,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mapKeys",
      "start": 6693,
      "end": 6700,
      "loc": {
        "start": {
          "line": 199,
          "column": 21
        },
        "end": {
          "line": 199,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6700,
      "end": 6701,
      "loc": {
        "start": {
          "line": 199,
          "column": 28
        },
        "end": {
          "line": 199,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "row",
      "start": 6701,
      "end": 6704,
      "loc": {
        "start": {
          "line": 199,
          "column": 29
        },
        "end": {
          "line": 199,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6704,
      "end": 6705,
      "loc": {
        "start": {
          "line": 199,
          "column": 32
        },
        "end": {
          "line": 199,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6706,
      "end": 6707,
      "loc": {
        "start": {
          "line": 199,
          "column": 34
        },
        "end": {
          "line": 199,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 6707,
      "end": 6712,
      "loc": {
        "start": {
          "line": 199,
          "column": 35
        },
        "end": {
          "line": 199,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6712,
      "end": 6713,
      "loc": {
        "start": {
          "line": 199,
          "column": 40
        },
        "end": {
          "line": 199,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6714,
      "end": 6717,
      "loc": {
        "start": {
          "line": 199,
          "column": 42
        },
        "end": {
          "line": 199,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6717,
      "end": 6718,
      "loc": {
        "start": {
          "line": 199,
          "column": 45
        },
        "end": {
          "line": 199,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6718,
      "end": 6720,
      "loc": {
        "start": {
          "line": 199,
          "column": 46
        },
        "end": {
          "line": 199,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6721,
      "end": 6722,
      "loc": {
        "start": {
          "line": 199,
          "column": 49
        },
        "end": {
          "line": 199,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 6737,
      "end": 6742,
      "loc": {
        "start": {
          "line": 200,
          "column": 14
        },
        "end": {
          "line": 200,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetAttr",
      "start": 6743,
      "end": 6753,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 200,
          "column": 31
        },
        "end": {
          "line": 200,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attrsMap",
      "start": 6756,
      "end": 6764,
      "loc": {
        "start": {
          "line": 200,
          "column": 33
        },
        "end": {
          "line": 200,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6764,
      "end": 6765,
      "loc": {
        "start": {
          "line": 200,
          "column": 41
        },
        "end": {
          "line": 200,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6765,
      "end": 6768,
      "loc": {
        "start": {
          "line": 200,
          "column": 42
        },
        "end": {
          "line": 200,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6768,
      "end": 6769,
      "loc": {
        "start": {
          "line": 200,
          "column": 45
        },
        "end": {
          "line": 200,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6769,
      "end": 6770,
      "loc": {
        "start": {
          "line": 200,
          "column": 46
        },
        "end": {
          "line": 200,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6785,
      "end": 6787,
      "loc": {
        "start": {
          "line": 201,
          "column": 14
        },
        "end": {
          "line": 201,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6788,
      "end": 6789,
      "loc": {
        "start": {
          "line": 201,
          "column": 17
        },
        "end": {
          "line": 201,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 6789,
      "end": 6795,
      "loc": {
        "start": {
          "line": 201,
          "column": 18
        },
        "end": {
          "line": 201,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetAttr",
      "start": 6796,
      "end": 6806,
      "loc": {
        "start": {
          "line": 201,
          "column": 25
        },
        "end": {
          "line": 201,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6807,
      "end": 6810,
      "loc": {
        "start": {
          "line": 201,
          "column": 36
        },
        "end": {
          "line": 201,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 6811,
      "end": 6819,
      "loc": {
        "start": {
          "line": 201,
          "column": 40
        },
        "end": {
          "line": 201,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 6820,
      "end": 6822,
      "loc": {
        "start": {
          "line": 201,
          "column": 49
        },
        "end": {
          "line": 201,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetAttr",
      "start": 6823,
      "end": 6833,
      "loc": {
        "start": {
          "line": 201,
          "column": 52
        },
        "end": {
          "line": 201,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 6834,
      "end": 6837,
      "loc": {
        "start": {
          "line": 201,
          "column": 63
        },
        "end": {
          "line": 201,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6838,
      "end": 6841,
      "loc": {
        "start": {
          "line": 201,
          "column": 67
        },
        "end": {
          "line": 201,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6841,
      "end": 6842,
      "loc": {
        "start": {
          "line": 201,
          "column": 70
        },
        "end": {
          "line": 201,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6843,
      "end": 6844,
      "loc": {
        "start": {
          "line": 201,
          "column": 72
        },
        "end": {
          "line": 201,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6861,
      "end": 6867,
      "loc": {
        "start": {
          "line": 202,
          "column": 16
        },
        "end": {
          "line": 202,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targetAttr",
      "start": 6868,
      "end": 6878,
      "loc": {
        "start": {
          "line": 202,
          "column": 23
        },
        "end": {
          "line": 202,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 202,
          "column": 33
        },
        "end": {
          "line": 202,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6894,
      "end": 6895,
      "loc": {
        "start": {
          "line": 203,
          "column": 14
        },
        "end": {
          "line": 203,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6896,
      "end": 6900,
      "loc": {
        "start": {
          "line": 203,
          "column": 16
        },
        "end": {
          "line": 203,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 203,
          "column": 21
        },
        "end": {
          "line": 203,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6919,
      "end": 6925,
      "loc": {
        "start": {
          "line": 204,
          "column": 16
        },
        "end": {
          "line": 204,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6926,
      "end": 6929,
      "loc": {
        "start": {
          "line": 204,
          "column": 23
        },
        "end": {
          "line": 204,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6929,
      "end": 6930,
      "loc": {
        "start": {
          "line": 204,
          "column": 26
        },
        "end": {
          "line": 204,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6945,
      "end": 6946,
      "loc": {
        "start": {
          "line": 205,
          "column": 14
        },
        "end": {
          "line": 205,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6959,
      "end": 6960,
      "loc": {
        "start": {
          "line": 206,
          "column": 12
        },
        "end": {
          "line": 206,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6960,
      "end": 6961,
      "loc": {
        "start": {
          "line": 206,
          "column": 13
        },
        "end": {
          "line": 206,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6961,
      "end": 6962,
      "loc": {
        "start": {
          "line": 206,
          "column": 14
        },
        "end": {
          "line": 206,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6973,
      "end": 6974,
      "loc": {
        "start": {
          "line": 207,
          "column": 10
        },
        "end": {
          "line": 207,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6974,
      "end": 6975,
      "loc": {
        "start": {
          "line": 207,
          "column": 11
        },
        "end": {
          "line": 207,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6975,
      "end": 6976,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6985,
      "end": 6986,
      "loc": {
        "start": {
          "line": 208,
          "column": 8
        },
        "end": {
          "line": 208,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6995,
      "end": 7001,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7002,
      "end": 7006,
      "loc": {
        "start": {
          "line": 209,
          "column": 15
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7006,
      "end": 7007,
      "loc": {
        "start": {
          "line": 209,
          "column": 19
        },
        "end": {
          "line": 209,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleSelectQuery",
      "start": 7007,
      "end": 7024,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7024,
      "end": 7025,
      "loc": {
        "start": {
          "line": 209,
          "column": 37
        },
        "end": {
          "line": 209,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 7025,
      "end": 7029,
      "loc": {
        "start": {
          "line": 209,
          "column": 38
        },
        "end": {
          "line": 209,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7029,
      "end": 7030,
      "loc": {
        "start": {
          "line": 209,
          "column": 42
        },
        "end": {
          "line": 209,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7030,
      "end": 7031,
      "loc": {
        "start": {
          "line": 209,
          "column": 43
        },
        "end": {
          "line": 209,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7038,
      "end": 7039,
      "loc": {
        "start": {
          "line": 210,
          "column": 6
        },
        "end": {
          "line": 210,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 7040,
      "end": 7044,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7045,
      "end": 7047,
      "loc": {
        "start": {
          "line": 210,
          "column": 13
        },
        "end": {
          "line": 210,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7048,
      "end": 7049,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 7049,
      "end": 7059,
      "loc": {
        "start": {
          "line": 210,
          "column": 17
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7059,
      "end": 7060,
      "loc": {
        "start": {
          "line": 210,
          "column": 27
        },
        "end": {
          "line": 210,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DESCRIBE",
      "start": 7060,
      "end": 7068,
      "loc": {
        "start": {
          "line": 210,
          "column": 28
        },
        "end": {
          "line": 210,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7069,
      "end": 7072,
      "loc": {
        "start": {
          "line": 210,
          "column": 37
        },
        "end": {
          "line": 210,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7073,
      "end": 7077,
      "loc": {
        "start": {
          "line": 210,
          "column": 41
        },
        "end": {
          "line": 210,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7077,
      "end": 7078,
      "loc": {
        "start": {
          "line": 210,
          "column": 45
        },
        "end": {
          "line": 210,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 7078,
      "end": 7085,
      "loc": {
        "start": {
          "line": 210,
          "column": 46
        },
        "end": {
          "line": 210,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7085,
      "end": 7086,
      "loc": {
        "start": {
          "line": 210,
          "column": 53
        },
        "end": {
          "line": 210,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7086,
      "end": 7090,
      "loc": {
        "start": {
          "line": 210,
          "column": 54
        },
        "end": {
          "line": 210,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7090,
      "end": 7091,
      "loc": {
        "start": {
          "line": 210,
          "column": 58
        },
        "end": {
          "line": 210,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7092,
      "end": 7093,
      "loc": {
        "start": {
          "line": 210,
          "column": 60
        },
        "end": {
          "line": 210,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7102,
      "end": 7108,
      "loc": {
        "start": {
          "line": 211,
          "column": 8
        },
        "end": {
          "line": 211,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7109,
      "end": 7110,
      "loc": {
        "start": {
          "line": 211,
          "column": 15
        },
        "end": {
          "line": 211,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7111,
      "end": 7112,
      "loc": {
        "start": {
          "line": 211,
          "column": 17
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7113,
      "end": 7114,
      "loc": {
        "start": {
          "line": 211,
          "column": 19
        },
        "end": {
          "line": 211,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 7124,
      "end": 7127,
      "loc": {
        "start": {
          "line": 213,
          "column": 8
        },
        "end": {
          "line": 213,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7128,
      "end": 7129,
      "loc": {
        "start": {
          "line": 213,
          "column": 12
        },
        "end": {
          "line": 213,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 7129,
      "end": 7134,
      "loc": {
        "start": {
          "line": 213,
          "column": 13
        },
        "end": {
          "line": 213,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7135,
      "end": 7142,
      "loc": {
        "start": {
          "line": 213,
          "column": 19
        },
        "end": {
          "line": 213,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "of",
      "start": 7143,
      "end": 7145,
      "loc": {
        "start": {
          "line": 213,
          "column": 27
        },
        "end": {
          "line": 213,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 7146,
      "end": 7150,
      "loc": {
        "start": {
          "line": 213,
          "column": 30
        },
        "end": {
          "line": 213,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7150,
      "end": 7151,
      "loc": {
        "start": {
          "line": 213,
          "column": 34
        },
        "end": {
          "line": 213,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7152,
      "end": 7153,
      "loc": {
        "start": {
          "line": 213,
          "column": 36
        },
        "end": {
          "line": 213,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7164,
      "end": 7170,
      "loc": {
        "start": {
          "line": 214,
          "column": 10
        },
        "end": {
          "line": 214,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7170,
      "end": 7171,
      "loc": {
        "start": {
          "line": 214,
          "column": 16
        },
        "end": {
          "line": 214,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7171,
      "end": 7178,
      "loc": {
        "start": {
          "line": 214,
          "column": 17
        },
        "end": {
          "line": 214,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7178,
      "end": 7179,
      "loc": {
        "start": {
          "line": 214,
          "column": 24
        },
        "end": {
          "line": 214,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7179,
      "end": 7184,
      "loc": {
        "start": {
          "line": 214,
          "column": 25
        },
        "end": {
          "line": 214,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7184,
      "end": 7185,
      "loc": {
        "start": {
          "line": 214,
          "column": 30
        },
        "end": {
          "line": 214,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7186,
      "end": 7187,
      "loc": {
        "start": {
          "line": 214,
          "column": 32
        },
        "end": {
          "line": 214,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7188,
      "end": 7189,
      "loc": {
        "start": {
          "line": 214,
          "column": 34
        },
        "end": {
          "line": 214,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7202,
      "end": 7206,
      "loc": {
        "start": {
          "line": 215,
          "column": 12
        },
        "end": {
          "line": 215,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7206,
      "end": 7207,
      "loc": {
        "start": {
          "line": 215,
          "column": 16
        },
        "end": {
          "line": 215,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7208,
      "end": 7215,
      "loc": {
        "start": {
          "line": 215,
          "column": 18
        },
        "end": {
          "line": 215,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7215,
      "end": 7216,
      "loc": {
        "start": {
          "line": 215,
          "column": 25
        },
        "end": {
          "line": 215,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Type",
      "start": 7216,
      "end": 7220,
      "loc": {
        "start": {
          "line": 215,
          "column": 26
        },
        "end": {
          "line": 215,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7220,
      "end": 7221,
      "loc": {
        "start": {
          "line": 215,
          "column": 30
        },
        "end": {
          "line": 215,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toUpperCase",
      "start": 7221,
      "end": 7232,
      "loc": {
        "start": {
          "line": 215,
          "column": 31
        },
        "end": {
          "line": 215,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7232,
      "end": 7233,
      "loc": {
        "start": {
          "line": 215,
          "column": 42
        },
        "end": {
          "line": 215,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7233,
      "end": 7234,
      "loc": {
        "start": {
          "line": 215,
          "column": 43
        },
        "end": {
          "line": 215,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7234,
      "end": 7235,
      "loc": {
        "start": {
          "line": 215,
          "column": 44
        },
        "end": {
          "line": 215,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "allowNull",
      "start": 7248,
      "end": 7257,
      "loc": {
        "start": {
          "line": 216,
          "column": 12
        },
        "end": {
          "line": 216,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7257,
      "end": 7258,
      "loc": {
        "start": {
          "line": 216,
          "column": 21
        },
        "end": {
          "line": 216,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7259,
      "end": 7260,
      "loc": {
        "start": {
          "line": 216,
          "column": 23
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7260,
      "end": 7267,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7267,
      "end": 7268,
      "loc": {
        "start": {
          "line": 216,
          "column": 31
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Null",
      "start": 7268,
      "end": 7272,
      "loc": {
        "start": {
          "line": 216,
          "column": 32
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7273,
      "end": 7276,
      "loc": {
        "start": {
          "line": 216,
          "column": 37
        },
        "end": {
          "line": 216,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "YES",
      "start": 7277,
      "end": 7282,
      "loc": {
        "start": {
          "line": 216,
          "column": 41
        },
        "end": {
          "line": 216,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7282,
      "end": 7283,
      "loc": {
        "start": {
          "line": 216,
          "column": 46
        },
        "end": {
          "line": 216,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7283,
      "end": 7284,
      "loc": {
        "start": {
          "line": 216,
          "column": 47
        },
        "end": {
          "line": 216,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7297,
      "end": 7309,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7309,
      "end": 7310,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7311,
      "end": 7318,
      "loc": {
        "start": {
          "line": 217,
          "column": 26
        },
        "end": {
          "line": 217,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7318,
      "end": 7319,
      "loc": {
        "start": {
          "line": 217,
          "column": 33
        },
        "end": {
          "line": 217,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 7319,
      "end": 7326,
      "loc": {
        "start": {
          "line": 217,
          "column": 34
        },
        "end": {
          "line": 217,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7326,
      "end": 7327,
      "loc": {
        "start": {
          "line": 217,
          "column": 41
        },
        "end": {
          "line": 217,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "special",
      "start": 7340,
      "end": 7347,
      "loc": {
        "start": {
          "line": 218,
          "column": 12
        },
        "end": {
          "line": 218,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7347,
      "end": 7348,
      "loc": {
        "start": {
          "line": 218,
          "column": 19
        },
        "end": {
          "line": 218,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7349,
      "end": 7350,
      "loc": {
        "start": {
          "line": 218,
          "column": 21
        },
        "end": {
          "line": 218,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7350,
      "end": 7351,
      "loc": {
        "start": {
          "line": 218,
          "column": 22
        },
        "end": {
          "line": 218,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7351,
      "end": 7352,
      "loc": {
        "start": {
          "line": 218,
          "column": 23
        },
        "end": {
          "line": 218,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7352,
      "end": 7359,
      "loc": {
        "start": {
          "line": 218,
          "column": 24
        },
        "end": {
          "line": 218,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7359,
      "end": 7360,
      "loc": {
        "start": {
          "line": 218,
          "column": 31
        },
        "end": {
          "line": 218,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "special",
      "start": 7360,
      "end": 7367,
      "loc": {
        "start": {
          "line": 218,
          "column": 32
        },
        "end": {
          "line": 218,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7368,
      "end": 7369,
      "loc": {
        "start": {
          "line": 218,
          "column": 40
        },
        "end": {
          "line": 218,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7370,
      "end": 7374,
      "loc": {
        "start": {
          "line": 218,
          "column": 42
        },
        "end": {
          "line": 218,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7374,
      "end": 7375,
      "loc": {
        "start": {
          "line": 218,
          "column": 46
        },
        "end": {
          "line": 218,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize",
      "start": 7375,
      "end": 7384,
      "loc": {
        "start": {
          "line": 218,
          "column": 47
        },
        "end": {
          "line": 218,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7384,
      "end": 7385,
      "loc": {
        "start": {
          "line": 218,
          "column": 56
        },
        "end": {
          "line": 218,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "queryInterface",
      "start": 7385,
      "end": 7399,
      "loc": {
        "start": {
          "line": 218,
          "column": 57
        },
        "end": {
          "line": 218,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7399,
      "end": 7400,
      "loc": {
        "start": {
          "line": 218,
          "column": 71
        },
        "end": {
          "line": 218,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryGenerator",
      "start": 7400,
      "end": 7414,
      "loc": {
        "start": {
          "line": 218,
          "column": 72
        },
        "end": {
          "line": 218,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 218,
          "column": 86
        },
        "end": {
          "line": 218,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 7415,
      "end": 7424,
      "loc": {
        "start": {
          "line": 218,
          "column": 87
        },
        "end": {
          "line": 218,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7424,
      "end": 7425,
      "loc": {
        "start": {
          "line": 218,
          "column": 96
        },
        "end": {
          "line": 218,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7425,
      "end": 7432,
      "loc": {
        "start": {
          "line": 218,
          "column": 97
        },
        "end": {
          "line": 218,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7432,
      "end": 7433,
      "loc": {
        "start": {
          "line": 218,
          "column": 104
        },
        "end": {
          "line": 218,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "special",
      "start": 7433,
      "end": 7440,
      "loc": {
        "start": {
          "line": 218,
          "column": 105
        },
        "end": {
          "line": 218,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7440,
      "end": 7441,
      "loc": {
        "start": {
          "line": 218,
          "column": 112
        },
        "end": {
          "line": 218,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7442,
      "end": 7443,
      "loc": {
        "start": {
          "line": 218,
          "column": 114
        },
        "end": {
          "line": 218,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7444,
      "end": 7445,
      "loc": {
        "start": {
          "line": 218,
          "column": 116
        },
        "end": {
          "line": 218,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7445,
      "end": 7446,
      "loc": {
        "start": {
          "line": 218,
          "column": 117
        },
        "end": {
          "line": 218,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7446,
      "end": 7447,
      "loc": {
        "start": {
          "line": 218,
          "column": 118
        },
        "end": {
          "line": 218,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7447,
      "end": 7448,
      "loc": {
        "start": {
          "line": 218,
          "column": 119
        },
        "end": {
          "line": 218,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "primaryKey",
      "start": 7461,
      "end": 7471,
      "loc": {
        "start": {
          "line": 219,
          "column": 12
        },
        "end": {
          "line": 219,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7471,
      "end": 7472,
      "loc": {
        "start": {
          "line": 219,
          "column": 22
        },
        "end": {
          "line": 219,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7473,
      "end": 7480,
      "loc": {
        "start": {
          "line": 219,
          "column": 24
        },
        "end": {
          "line": 219,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7480,
      "end": 7481,
      "loc": {
        "start": {
          "line": 219,
          "column": 31
        },
        "end": {
          "line": 219,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Constraint",
      "start": 7481,
      "end": 7491,
      "loc": {
        "start": {
          "line": 219,
          "column": 32
        },
        "end": {
          "line": 219,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7492,
      "end": 7495,
      "loc": {
        "start": {
          "line": 219,
          "column": 43
        },
        "end": {
          "line": 219,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "PRIMARY KEY",
      "start": 7496,
      "end": 7509,
      "loc": {
        "start": {
          "line": 219,
          "column": 47
        },
        "end": {
          "line": 219,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7520,
      "end": 7521,
      "loc": {
        "start": {
          "line": 220,
          "column": 10
        },
        "end": {
          "line": 220,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7521,
      "end": 7522,
      "loc": {
        "start": {
          "line": 220,
          "column": 11
        },
        "end": {
          "line": 220,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7534,
      "end": 7536,
      "loc": {
        "start": {
          "line": 222,
          "column": 10
        },
        "end": {
          "line": 222,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7537,
      "end": 7538,
      "loc": {
        "start": {
          "line": 222,
          "column": 13
        },
        "end": {
          "line": 222,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7538,
      "end": 7544,
      "loc": {
        "start": {
          "line": 222,
          "column": 14
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7544,
      "end": 7545,
      "loc": {
        "start": {
          "line": 222,
          "column": 20
        },
        "end": {
          "line": 222,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7545,
      "end": 7552,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7552,
      "end": 7553,
      "loc": {
        "start": {
          "line": 222,
          "column": 28
        },
        "end": {
          "line": 222,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7553,
      "end": 7558,
      "loc": {
        "start": {
          "line": 222,
          "column": 29
        },
        "end": {
          "line": 222,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7558,
      "end": 7559,
      "loc": {
        "start": {
          "line": 222,
          "column": 34
        },
        "end": {
          "line": 222,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7559,
      "end": 7560,
      "loc": {
        "start": {
          "line": 222,
          "column": 35
        },
        "end": {
          "line": 222,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 7560,
      "end": 7564,
      "loc": {
        "start": {
          "line": 222,
          "column": 36
        },
        "end": {
          "line": 222,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7565,
      "end": 7568,
      "loc": {
        "start": {
          "line": 222,
          "column": 41
        },
        "end": {
          "line": 222,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "BOOLEAN",
      "start": 7569,
      "end": 7578,
      "loc": {
        "start": {
          "line": 222,
          "column": 45
        },
        "end": {
          "line": 222,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7578,
      "end": 7579,
      "loc": {
        "start": {
          "line": 222,
          "column": 54
        },
        "end": {
          "line": 222,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7580,
      "end": 7581,
      "loc": {
        "start": {
          "line": 222,
          "column": 56
        },
        "end": {
          "line": 222,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7594,
      "end": 7600,
      "loc": {
        "start": {
          "line": 223,
          "column": 12
        },
        "end": {
          "line": 223,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7600,
      "end": 7601,
      "loc": {
        "start": {
          "line": 223,
          "column": 18
        },
        "end": {
          "line": 223,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7601,
      "end": 7608,
      "loc": {
        "start": {
          "line": 223,
          "column": 19
        },
        "end": {
          "line": 223,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7608,
      "end": 7609,
      "loc": {
        "start": {
          "line": 223,
          "column": 26
        },
        "end": {
          "line": 223,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7609,
      "end": 7614,
      "loc": {
        "start": {
          "line": 223,
          "column": 27
        },
        "end": {
          "line": 223,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7614,
      "end": 7615,
      "loc": {
        "start": {
          "line": 223,
          "column": 32
        },
        "end": {
          "line": 223,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7615,
      "end": 7616,
      "loc": {
        "start": {
          "line": 223,
          "column": 33
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7616,
      "end": 7628,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7629,
      "end": 7630,
      "loc": {
        "start": {
          "line": 223,
          "column": 47
        },
        "end": {
          "line": 223,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7631,
      "end": 7632,
      "loc": {
        "start": {
          "line": 223,
          "column": 49
        },
        "end": {
          "line": 223,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7633,
      "end": 7640,
      "loc": {
        "start": {
          "line": 223,
          "column": 51
        },
        "end": {
          "line": 223,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7640,
      "end": 7641,
      "loc": {
        "start": {
          "line": 223,
          "column": 58
        },
        "end": {
          "line": 223,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7642,
      "end": 7647,
      "loc": {
        "start": {
          "line": 223,
          "column": 60
        },
        "end": {
          "line": 223,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7647,
      "end": 7648,
      "loc": {
        "start": {
          "line": 223,
          "column": 65
        },
        "end": {
          "line": 223,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7649,
      "end": 7655,
      "loc": {
        "start": {
          "line": 223,
          "column": 67
        },
        "end": {
          "line": 223,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7655,
      "end": 7656,
      "loc": {
        "start": {
          "line": 223,
          "column": 73
        },
        "end": {
          "line": 223,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7657,
      "end": 7661,
      "loc": {
        "start": {
          "line": 223,
          "column": 75
        },
        "end": {
          "line": 223,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7662,
      "end": 7663,
      "loc": {
        "start": {
          "line": 223,
          "column": 80
        },
        "end": {
          "line": 223,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7663,
      "end": 7664,
      "loc": {
        "start": {
          "line": 223,
          "column": 81
        },
        "end": {
          "line": 223,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7664,
      "end": 7670,
      "loc": {
        "start": {
          "line": 223,
          "column": 82
        },
        "end": {
          "line": 223,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7670,
      "end": 7671,
      "loc": {
        "start": {
          "line": 223,
          "column": 88
        },
        "end": {
          "line": 223,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7671,
      "end": 7678,
      "loc": {
        "start": {
          "line": 223,
          "column": 89
        },
        "end": {
          "line": 223,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7678,
      "end": 7679,
      "loc": {
        "start": {
          "line": 223,
          "column": 96
        },
        "end": {
          "line": 223,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7679,
      "end": 7684,
      "loc": {
        "start": {
          "line": 223,
          "column": 97
        },
        "end": {
          "line": 223,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7684,
      "end": 7685,
      "loc": {
        "start": {
          "line": 223,
          "column": 102
        },
        "end": {
          "line": 223,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7685,
      "end": 7686,
      "loc": {
        "start": {
          "line": 223,
          "column": 103
        },
        "end": {
          "line": 223,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7686,
      "end": 7698,
      "loc": {
        "start": {
          "line": 223,
          "column": 104
        },
        "end": {
          "line": 223,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7698,
      "end": 7699,
      "loc": {
        "start": {
          "line": 223,
          "column": 116
        },
        "end": {
          "line": 223,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7699,
      "end": 7700,
      "loc": {
        "start": {
          "line": 223,
          "column": 117
        },
        "end": {
          "line": 223,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7714,
      "end": 7716,
      "loc": {
        "start": {
          "line": 225,
          "column": 12
        },
        "end": {
          "line": 225,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7717,
      "end": 7718,
      "loc": {
        "start": {
          "line": 225,
          "column": 15
        },
        "end": {
          "line": 225,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7718,
      "end": 7724,
      "loc": {
        "start": {
          "line": 225,
          "column": 16
        },
        "end": {
          "line": 225,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7724,
      "end": 7725,
      "loc": {
        "start": {
          "line": 225,
          "column": 22
        },
        "end": {
          "line": 225,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7725,
      "end": 7732,
      "loc": {
        "start": {
          "line": 225,
          "column": 23
        },
        "end": {
          "line": 225,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7732,
      "end": 7733,
      "loc": {
        "start": {
          "line": 225,
          "column": 30
        },
        "end": {
          "line": 225,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7733,
      "end": 7738,
      "loc": {
        "start": {
          "line": 225,
          "column": 31
        },
        "end": {
          "line": 225,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7738,
      "end": 7739,
      "loc": {
        "start": {
          "line": 225,
          "column": 36
        },
        "end": {
          "line": 225,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7739,
      "end": 7740,
      "loc": {
        "start": {
          "line": 225,
          "column": 37
        },
        "end": {
          "line": 225,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7740,
      "end": 7752,
      "loc": {
        "start": {
          "line": 225,
          "column": 38
        },
        "end": {
          "line": 225,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7753,
      "end": 7756,
      "loc": {
        "start": {
          "line": 225,
          "column": 51
        },
        "end": {
          "line": 225,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 7757,
      "end": 7766,
      "loc": {
        "start": {
          "line": 225,
          "column": 55
        },
        "end": {
          "line": 225,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7766,
      "end": 7767,
      "loc": {
        "start": {
          "line": 225,
          "column": 64
        },
        "end": {
          "line": 225,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7768,
      "end": 7769,
      "loc": {
        "start": {
          "line": 225,
          "column": 66
        },
        "end": {
          "line": 225,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7784,
      "end": 7790,
      "loc": {
        "start": {
          "line": 226,
          "column": 14
        },
        "end": {
          "line": 226,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7790,
      "end": 7791,
      "loc": {
        "start": {
          "line": 226,
          "column": 20
        },
        "end": {
          "line": 226,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7791,
      "end": 7798,
      "loc": {
        "start": {
          "line": 226,
          "column": 21
        },
        "end": {
          "line": 226,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7798,
      "end": 7799,
      "loc": {
        "start": {
          "line": 226,
          "column": 28
        },
        "end": {
          "line": 226,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7799,
      "end": 7804,
      "loc": {
        "start": {
          "line": 226,
          "column": 29
        },
        "end": {
          "line": 226,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7804,
      "end": 7805,
      "loc": {
        "start": {
          "line": 226,
          "column": 34
        },
        "end": {
          "line": 226,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7805,
      "end": 7806,
      "loc": {
        "start": {
          "line": 226,
          "column": 35
        },
        "end": {
          "line": 226,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7806,
      "end": 7818,
      "loc": {
        "start": {
          "line": 226,
          "column": 36
        },
        "end": {
          "line": 226,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7819,
      "end": 7820,
      "loc": {
        "start": {
          "line": 226,
          "column": 49
        },
        "end": {
          "line": 226,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7821,
      "end": 7825,
      "loc": {
        "start": {
          "line": 226,
          "column": 51
        },
        "end": {
          "line": 226,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7825,
      "end": 7826,
      "loc": {
        "start": {
          "line": 226,
          "column": 55
        },
        "end": {
          "line": 226,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7839,
      "end": 7840,
      "loc": {
        "start": {
          "line": 227,
          "column": 12
        },
        "end": {
          "line": 227,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7851,
      "end": 7852,
      "loc": {
        "start": {
          "line": 228,
          "column": 10
        },
        "end": {
          "line": 228,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7864,
      "end": 7866,
      "loc": {
        "start": {
          "line": 230,
          "column": 10
        },
        "end": {
          "line": 230,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7867,
      "end": 7868,
      "loc": {
        "start": {
          "line": 230,
          "column": 13
        },
        "end": {
          "line": 230,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 7868,
      "end": 7874,
      "loc": {
        "start": {
          "line": 230,
          "column": 14
        },
        "end": {
          "line": 230,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7875,
      "end": 7881,
      "loc": {
        "start": {
          "line": 230,
          "column": 21
        },
        "end": {
          "line": 230,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7881,
      "end": 7882,
      "loc": {
        "start": {
          "line": 230,
          "column": 27
        },
        "end": {
          "line": 230,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7882,
      "end": 7889,
      "loc": {
        "start": {
          "line": 230,
          "column": 28
        },
        "end": {
          "line": 230,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7889,
      "end": 7890,
      "loc": {
        "start": {
          "line": 230,
          "column": 35
        },
        "end": {
          "line": 230,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7890,
      "end": 7895,
      "loc": {
        "start": {
          "line": 230,
          "column": 36
        },
        "end": {
          "line": 230,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7895,
      "end": 7896,
      "loc": {
        "start": {
          "line": 230,
          "column": 41
        },
        "end": {
          "line": 230,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7896,
      "end": 7897,
      "loc": {
        "start": {
          "line": 230,
          "column": 42
        },
        "end": {
          "line": 230,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7897,
      "end": 7909,
      "loc": {
        "start": {
          "line": 230,
          "column": 43
        },
        "end": {
          "line": 230,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7910,
      "end": 7913,
      "loc": {
        "start": {
          "line": 230,
          "column": 56
        },
        "end": {
          "line": 230,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 7914,
      "end": 7922,
      "loc": {
        "start": {
          "line": 230,
          "column": 60
        },
        "end": {
          "line": 230,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7922,
      "end": 7923,
      "loc": {
        "start": {
          "line": 230,
          "column": 68
        },
        "end": {
          "line": 230,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7924,
      "end": 7925,
      "loc": {
        "start": {
          "line": 230,
          "column": 70
        },
        "end": {
          "line": 230,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7938,
      "end": 7944,
      "loc": {
        "start": {
          "line": 231,
          "column": 12
        },
        "end": {
          "line": 231,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7944,
      "end": 7945,
      "loc": {
        "start": {
          "line": 231,
          "column": 18
        },
        "end": {
          "line": 231,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7945,
      "end": 7952,
      "loc": {
        "start": {
          "line": 231,
          "column": 19
        },
        "end": {
          "line": 231,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7952,
      "end": 7953,
      "loc": {
        "start": {
          "line": 231,
          "column": 26
        },
        "end": {
          "line": 231,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7953,
      "end": 7958,
      "loc": {
        "start": {
          "line": 231,
          "column": 27
        },
        "end": {
          "line": 231,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7958,
      "end": 7959,
      "loc": {
        "start": {
          "line": 231,
          "column": 32
        },
        "end": {
          "line": 231,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7959,
      "end": 7960,
      "loc": {
        "start": {
          "line": 231,
          "column": 33
        },
        "end": {
          "line": 231,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7960,
      "end": 7972,
      "loc": {
        "start": {
          "line": 231,
          "column": 34
        },
        "end": {
          "line": 231,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7973,
      "end": 7974,
      "loc": {
        "start": {
          "line": 231,
          "column": 47
        },
        "end": {
          "line": 231,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 7975,
      "end": 7981,
      "loc": {
        "start": {
          "line": 231,
          "column": 49
        },
        "end": {
          "line": 231,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7981,
      "end": 7982,
      "loc": {
        "start": {
          "line": 231,
          "column": 55
        },
        "end": {
          "line": 231,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 7982,
      "end": 7989,
      "loc": {
        "start": {
          "line": 231,
          "column": 56
        },
        "end": {
          "line": 231,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7989,
      "end": 7990,
      "loc": {
        "start": {
          "line": 231,
          "column": 63
        },
        "end": {
          "line": 231,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 7990,
      "end": 7995,
      "loc": {
        "start": {
          "line": 231,
          "column": 64
        },
        "end": {
          "line": 231,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7995,
      "end": 7996,
      "loc": {
        "start": {
          "line": 231,
          "column": 69
        },
        "end": {
          "line": 231,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7996,
      "end": 7997,
      "loc": {
        "start": {
          "line": 231,
          "column": 70
        },
        "end": {
          "line": 231,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 7997,
      "end": 8009,
      "loc": {
        "start": {
          "line": 231,
          "column": 71
        },
        "end": {
          "line": 231,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8009,
      "end": 8010,
      "loc": {
        "start": {
          "line": 231,
          "column": 83
        },
        "end": {
          "line": 231,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 8010,
      "end": 8017,
      "loc": {
        "start": {
          "line": 231,
          "column": 84
        },
        "end": {
          "line": 231,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8017,
      "end": 8018,
      "loc": {
        "start": {
          "line": 231,
          "column": 91
        },
        "end": {
          "line": 231,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "'",
        "flags": "g"
      },
      "start": 8018,
      "end": 8022,
      "loc": {
        "start": {
          "line": 231,
          "column": 92
        },
        "end": {
          "line": 231,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8022,
      "end": 8023,
      "loc": {
        "start": {
          "line": 231,
          "column": 96
        },
        "end": {
          "line": 231,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 8024,
      "end": 8026,
      "loc": {
        "start": {
          "line": 231,
          "column": 98
        },
        "end": {
          "line": 231,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8026,
      "end": 8027,
      "loc": {
        "start": {
          "line": 231,
          "column": 100
        },
        "end": {
          "line": 231,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8027,
      "end": 8028,
      "loc": {
        "start": {
          "line": 231,
          "column": 101
        },
        "end": {
          "line": 231,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8042,
      "end": 8044,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8045,
      "end": 8046,
      "loc": {
        "start": {
          "line": 233,
          "column": 15
        },
        "end": {
          "line": 233,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8046,
      "end": 8052,
      "loc": {
        "start": {
          "line": 233,
          "column": 16
        },
        "end": {
          "line": 233,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8052,
      "end": 8053,
      "loc": {
        "start": {
          "line": 233,
          "column": 22
        },
        "end": {
          "line": 233,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 8053,
      "end": 8060,
      "loc": {
        "start": {
          "line": 233,
          "column": 23
        },
        "end": {
          "line": 233,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8060,
      "end": 8061,
      "loc": {
        "start": {
          "line": 233,
          "column": 30
        },
        "end": {
          "line": 233,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 8061,
      "end": 8066,
      "loc": {
        "start": {
          "line": 233,
          "column": 31
        },
        "end": {
          "line": 233,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8066,
      "end": 8067,
      "loc": {
        "start": {
          "line": 233,
          "column": 36
        },
        "end": {
          "line": 233,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8067,
      "end": 8068,
      "loc": {
        "start": {
          "line": 233,
          "column": 37
        },
        "end": {
          "line": 233,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 8068,
      "end": 8080,
      "loc": {
        "start": {
          "line": 233,
          "column": 38
        },
        "end": {
          "line": 233,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8080,
      "end": 8081,
      "loc": {
        "start": {
          "line": 233,
          "column": 50
        },
        "end": {
          "line": 233,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 8081,
      "end": 8088,
      "loc": {
        "start": {
          "line": 233,
          "column": 51
        },
        "end": {
          "line": 233,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8088,
      "end": 8089,
      "loc": {
        "start": {
          "line": 233,
          "column": 58
        },
        "end": {
          "line": 233,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "::",
      "start": 8089,
      "end": 8093,
      "loc": {
        "start": {
          "line": 233,
          "column": 59
        },
        "end": {
          "line": 233,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8093,
      "end": 8094,
      "loc": {
        "start": {
          "line": 233,
          "column": 63
        },
        "end": {
          "line": 233,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 8095,
      "end": 8096,
      "loc": {
        "start": {
          "line": 233,
          "column": 65
        },
        "end": {
          "line": 233,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 8097,
      "end": 8098,
      "loc": {
        "start": {
          "line": 233,
          "column": 67
        },
        "end": {
          "line": 233,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8098,
      "end": 8099,
      "loc": {
        "start": {
          "line": 233,
          "column": 68
        },
        "end": {
          "line": 233,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8099,
      "end": 8100,
      "loc": {
        "start": {
          "line": 233,
          "column": 69
        },
        "end": {
          "line": 233,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8101,
      "end": 8102,
      "loc": {
        "start": {
          "line": 233,
          "column": 71
        },
        "end": {
          "line": 233,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 8117,
      "end": 8122,
      "loc": {
        "start": {
          "line": 234,
          "column": 14
        },
        "end": {
          "line": 234,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 8123,
      "end": 8128,
      "loc": {
        "start": {
          "line": 234,
          "column": 20
        },
        "end": {
          "line": 234,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8129,
      "end": 8130,
      "loc": {
        "start": {
          "line": 234,
          "column": 26
        },
        "end": {
          "line": 234,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8131,
      "end": 8137,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8137,
      "end": 8138,
      "loc": {
        "start": {
          "line": 234,
          "column": 34
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 8138,
      "end": 8145,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8145,
      "end": 8146,
      "loc": {
        "start": {
          "line": 234,
          "column": 42
        },
        "end": {
          "line": 234,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 8146,
      "end": 8151,
      "loc": {
        "start": {
          "line": 234,
          "column": 43
        },
        "end": {
          "line": 234,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8151,
      "end": 8152,
      "loc": {
        "start": {
          "line": 234,
          "column": 48
        },
        "end": {
          "line": 234,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8152,
      "end": 8153,
      "loc": {
        "start": {
          "line": 234,
          "column": 49
        },
        "end": {
          "line": 234,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 8153,
      "end": 8165,
      "loc": {
        "start": {
          "line": 234,
          "column": 50
        },
        "end": {
          "line": 234,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8165,
      "end": 8166,
      "loc": {
        "start": {
          "line": 234,
          "column": 62
        },
        "end": {
          "line": 234,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 8166,
      "end": 8171,
      "loc": {
        "start": {
          "line": 234,
          "column": 63
        },
        "end": {
          "line": 234,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8171,
      "end": 8172,
      "loc": {
        "start": {
          "line": 234,
          "column": 68
        },
        "end": {
          "line": 234,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "::",
      "start": 8172,
      "end": 8176,
      "loc": {
        "start": {
          "line": 234,
          "column": 69
        },
        "end": {
          "line": 234,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8176,
      "end": 8177,
      "loc": {
        "start": {
          "line": 234,
          "column": 73
        },
        "end": {
          "line": 234,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8177,
      "end": 8178,
      "loc": {
        "start": {
          "line": 234,
          "column": 74
        },
        "end": {
          "line": 234,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8193,
      "end": 8195,
      "loc": {
        "start": {
          "line": 235,
          "column": 14
        },
        "end": {
          "line": 235,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8196,
      "end": 8197,
      "loc": {
        "start": {
          "line": 235,
          "column": 17
        },
        "end": {
          "line": 235,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 8197,
      "end": 8202,
      "loc": {
        "start": {
          "line": 235,
          "column": 18
        },
        "end": {
          "line": 235,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8202,
      "end": 8203,
      "loc": {
        "start": {
          "line": 235,
          "column": 23
        },
        "end": {
          "line": 235,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8203,
      "end": 8204,
      "loc": {
        "start": {
          "line": 235,
          "column": 24
        },
        "end": {
          "line": 235,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8204,
      "end": 8205,
      "loc": {
        "start": {
          "line": 235,
          "column": 25
        },
        "end": {
          "line": 235,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8205,
      "end": 8206,
      "loc": {
        "start": {
          "line": 235,
          "column": 26
        },
        "end": {
          "line": 235,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "toLowerCase",
      "start": 8206,
      "end": 8217,
      "loc": {
        "start": {
          "line": 235,
          "column": 27
        },
        "end": {
          "line": 235,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8217,
      "end": 8218,
      "loc": {
        "start": {
          "line": 235,
          "column": 38
        },
        "end": {
          "line": 235,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8218,
      "end": 8219,
      "loc": {
        "start": {
          "line": 235,
          "column": 39
        },
        "end": {
          "line": 235,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8220,
      "end": 8223,
      "loc": {
        "start": {
          "line": 235,
          "column": 41
        },
        "end": {
          "line": 235,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "regclass)",
      "start": 8224,
      "end": 8235,
      "loc": {
        "start": {
          "line": 235,
          "column": 45
        },
        "end": {
          "line": 235,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8235,
      "end": 8236,
      "loc": {
        "start": {
          "line": 235,
          "column": 56
        },
        "end": {
          "line": 235,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8237,
      "end": 8238,
      "loc": {
        "start": {
          "line": 235,
          "column": 58
        },
        "end": {
          "line": 235,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8255,
      "end": 8261,
      "loc": {
        "start": {
          "line": 236,
          "column": 16
        },
        "end": {
          "line": 236,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8261,
      "end": 8262,
      "loc": {
        "start": {
          "line": 236,
          "column": 22
        },
        "end": {
          "line": 236,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_result",
      "start": 8262,
      "end": 8269,
      "loc": {
        "start": {
          "line": 236,
          "column": 23
        },
        "end": {
          "line": 236,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8269,
      "end": 8270,
      "loc": {
        "start": {
          "line": 236,
          "column": 30
        },
        "end": {
          "line": 236,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Field",
      "start": 8270,
      "end": 8275,
      "loc": {
        "start": {
          "line": 236,
          "column": 31
        },
        "end": {
          "line": 236,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8275,
      "end": 8276,
      "loc": {
        "start": {
          "line": 236,
          "column": 36
        },
        "end": {
          "line": 236,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8276,
      "end": 8277,
      "loc": {
        "start": {
          "line": 236,
          "column": 37
        },
        "end": {
          "line": 236,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "defaultValue",
      "start": 8277,
      "end": 8289,
      "loc": {
        "start": {
          "line": 236,
          "column": 38
        },
        "end": {
          "line": 236,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8290,
      "end": 8291,
      "loc": {
        "start": {
          "line": 236,
          "column": 51
        },
        "end": {
          "line": 236,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 8292,
      "end": 8297,
      "loc": {
        "start": {
          "line": 236,
          "column": 53
        },
        "end": {
          "line": 236,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8297,
      "end": 8298,
      "loc": {
        "start": {
          "line": 236,
          "column": 58
        },
        "end": {
          "line": 236,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8298,
      "end": 8299,
      "loc": {
        "start": {
          "line": 236,
          "column": 59
        },
        "end": {
          "line": 236,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8299,
      "end": 8300,
      "loc": {
        "start": {
          "line": 236,
          "column": 60
        },
        "end": {
          "line": 236,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8300,
      "end": 8301,
      "loc": {
        "start": {
          "line": 236,
          "column": 61
        },
        "end": {
          "line": 236,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8316,
      "end": 8317,
      "loc": {
        "start": {
          "line": 237,
          "column": 14
        },
        "end": {
          "line": 237,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8330,
      "end": 8331,
      "loc": {
        "start": {
          "line": 238,
          "column": 12
        },
        "end": {
          "line": 238,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8342,
      "end": 8343,
      "loc": {
        "start": {
          "line": 239,
          "column": 10
        },
        "end": {
          "line": 239,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8352,
      "end": 8353,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8363,
      "end": 8369,
      "loc": {
        "start": {
          "line": 242,
          "column": 8
        },
        "end": {
          "line": 242,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8370,
      "end": 8376,
      "loc": {
        "start": {
          "line": 242,
          "column": 15
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8376,
      "end": 8377,
      "loc": {
        "start": {
          "line": 242,
          "column": 21
        },
        "end": {
          "line": 242,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8384,
      "end": 8385,
      "loc": {
        "start": {
          "line": 243,
          "column": 6
        },
        "end": {
          "line": 243,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8386,
      "end": 8390,
      "loc": {
        "start": {
          "line": 243,
          "column": 8
        },
        "end": {
          "line": 243,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8391,
      "end": 8393,
      "loc": {
        "start": {
          "line": 243,
          "column": 13
        },
        "end": {
          "line": 243,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8394,
      "end": 8395,
      "loc": {
        "start": {
          "line": 243,
          "column": 16
        },
        "end": {
          "line": 243,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8395,
      "end": 8399,
      "loc": {
        "start": {
          "line": 243,
          "column": 17
        },
        "end": {
          "line": 243,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8399,
      "end": 8400,
      "loc": {
        "start": {
          "line": 243,
          "column": 21
        },
        "end": {
          "line": 243,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isVersionQuery",
      "start": 8400,
      "end": 8414,
      "loc": {
        "start": {
          "line": 243,
          "column": 22
        },
        "end": {
          "line": 243,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8414,
      "end": 8415,
      "loc": {
        "start": {
          "line": 243,
          "column": 36
        },
        "end": {
          "line": 243,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8415,
      "end": 8416,
      "loc": {
        "start": {
          "line": 243,
          "column": 37
        },
        "end": {
          "line": 243,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8416,
      "end": 8417,
      "loc": {
        "start": {
          "line": 243,
          "column": 38
        },
        "end": {
          "line": 243,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8418,
      "end": 8419,
      "loc": {
        "start": {
          "line": 243,
          "column": 40
        },
        "end": {
          "line": 243,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8428,
      "end": 8434,
      "loc": {
        "start": {
          "line": 244,
          "column": 8
        },
        "end": {
          "line": 244,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 8435,
      "end": 8442,
      "loc": {
        "start": {
          "line": 244,
          "column": 15
        },
        "end": {
          "line": 244,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8442,
      "end": 8443,
      "loc": {
        "start": {
          "line": 244,
          "column": 22
        },
        "end": {
          "line": 244,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8443,
      "end": 8444,
      "loc": {
        "start": {
          "line": 244,
          "column": 23
        },
        "end": {
          "line": 244,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8444,
      "end": 8445,
      "loc": {
        "start": {
          "line": 244,
          "column": 24
        },
        "end": {
          "line": 244,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8445,
      "end": 8446,
      "loc": {
        "start": {
          "line": 244,
          "column": 25
        },
        "end": {
          "line": 244,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "server_version",
      "start": 8446,
      "end": 8460,
      "loc": {
        "start": {
          "line": 244,
          "column": 26
        },
        "end": {
          "line": 244,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8460,
      "end": 8461,
      "loc": {
        "start": {
          "line": 244,
          "column": 40
        },
        "end": {
          "line": 244,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8468,
      "end": 8469,
      "loc": {
        "start": {
          "line": 245,
          "column": 6
        },
        "end": {
          "line": 245,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8470,
      "end": 8474,
      "loc": {
        "start": {
          "line": 245,
          "column": 8
        },
        "end": {
          "line": 245,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8475,
      "end": 8477,
      "loc": {
        "start": {
          "line": 245,
          "column": 13
        },
        "end": {
          "line": 245,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8478,
      "end": 8479,
      "loc": {
        "start": {
          "line": 245,
          "column": 16
        },
        "end": {
          "line": 245,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8479,
      "end": 8483,
      "loc": {
        "start": {
          "line": 245,
          "column": 17
        },
        "end": {
          "line": 245,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8483,
      "end": 8484,
      "loc": {
        "start": {
          "line": 245,
          "column": 21
        },
        "end": {
          "line": 245,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isShowOrDescribeQuery",
      "start": 8484,
      "end": 8505,
      "loc": {
        "start": {
          "line": 245,
          "column": 22
        },
        "end": {
          "line": 245,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8505,
      "end": 8506,
      "loc": {
        "start": {
          "line": 245,
          "column": 43
        },
        "end": {
          "line": 245,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8506,
      "end": 8507,
      "loc": {
        "start": {
          "line": 245,
          "column": 44
        },
        "end": {
          "line": 245,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8507,
      "end": 8508,
      "loc": {
        "start": {
          "line": 245,
          "column": 45
        },
        "end": {
          "line": 245,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8509,
      "end": 8510,
      "loc": {
        "start": {
          "line": 245,
          "column": 47
        },
        "end": {
          "line": 245,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8519,
      "end": 8525,
      "loc": {
        "start": {
          "line": 246,
          "column": 8
        },
        "end": {
          "line": 246,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 8526,
      "end": 8533,
      "loc": {
        "start": {
          "line": 246,
          "column": 15
        },
        "end": {
          "line": 246,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8533,
      "end": 8534,
      "loc": {
        "start": {
          "line": 246,
          "column": 22
        },
        "end": {
          "line": 246,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8541,
      "end": 8542,
      "loc": {
        "start": {
          "line": 247,
          "column": 6
        },
        "end": {
          "line": 247,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8543,
      "end": 8547,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8548,
      "end": 8550,
      "loc": {
        "start": {
          "line": 247,
          "column": 13
        },
        "end": {
          "line": 247,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8551,
      "end": 8552,
      "loc": {
        "start": {
          "line": 247,
          "column": 16
        },
        "end": {
          "line": 247,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 8552,
      "end": 8562,
      "loc": {
        "start": {
          "line": 247,
          "column": 17
        },
        "end": {
          "line": 247,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8562,
      "end": 8563,
      "loc": {
        "start": {
          "line": 247,
          "column": 27
        },
        "end": {
          "line": 247,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BULKUPDATE",
      "start": 8563,
      "end": 8573,
      "loc": {
        "start": {
          "line": 247,
          "column": 28
        },
        "end": {
          "line": 247,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8574,
      "end": 8577,
      "loc": {
        "start": {
          "line": 247,
          "column": 39
        },
        "end": {
          "line": 247,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8578,
      "end": 8582,
      "loc": {
        "start": {
          "line": 247,
          "column": 43
        },
        "end": {
          "line": 247,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8582,
      "end": 8583,
      "loc": {
        "start": {
          "line": 247,
          "column": 47
        },
        "end": {
          "line": 247,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8583,
      "end": 8590,
      "loc": {
        "start": {
          "line": 247,
          "column": 48
        },
        "end": {
          "line": 247,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8590,
      "end": 8591,
      "loc": {
        "start": {
          "line": 247,
          "column": 55
        },
        "end": {
          "line": 247,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 8591,
      "end": 8595,
      "loc": {
        "start": {
          "line": 247,
          "column": 56
        },
        "end": {
          "line": 247,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8595,
      "end": 8596,
      "loc": {
        "start": {
          "line": 247,
          "column": 60
        },
        "end": {
          "line": 247,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8597,
      "end": 8598,
      "loc": {
        "start": {
          "line": 247,
          "column": 62
        },
        "end": {
          "line": 247,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8607,
      "end": 8609,
      "loc": {
        "start": {
          "line": 248,
          "column": 8
        },
        "end": {
          "line": 248,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8610,
      "end": 8611,
      "loc": {
        "start": {
          "line": 248,
          "column": 11
        },
        "end": {
          "line": 248,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 8611,
      "end": 8612,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8612,
      "end": 8616,
      "loc": {
        "start": {
          "line": 248,
          "column": 13
        },
        "end": {
          "line": 248,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8616,
      "end": 8617,
      "loc": {
        "start": {
          "line": 248,
          "column": 17
        },
        "end": {
          "line": 248,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8617,
      "end": 8624,
      "loc": {
        "start": {
          "line": 248,
          "column": 18
        },
        "end": {
          "line": 248,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8624,
      "end": 8625,
      "loc": {
        "start": {
          "line": 248,
          "column": 25
        },
        "end": {
          "line": 248,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "returning",
      "start": 8625,
      "end": 8634,
      "loc": {
        "start": {
          "line": 248,
          "column": 26
        },
        "end": {
          "line": 248,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8634,
      "end": 8635,
      "loc": {
        "start": {
          "line": 248,
          "column": 35
        },
        "end": {
          "line": 248,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8636,
      "end": 8637,
      "loc": {
        "start": {
          "line": 248,
          "column": 37
        },
        "end": {
          "line": 248,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8648,
      "end": 8654,
      "loc": {
        "start": {
          "line": 249,
          "column": 10
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseInt",
      "start": 8655,
      "end": 8663,
      "loc": {
        "start": {
          "line": 249,
          "column": 17
        },
        "end": {
          "line": 249,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8663,
      "end": 8664,
      "loc": {
        "start": {
          "line": 249,
          "column": 25
        },
        "end": {
          "line": 249,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8664,
      "end": 8670,
      "loc": {
        "start": {
          "line": 249,
          "column": 26
        },
        "end": {
          "line": 249,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8670,
      "end": 8671,
      "loc": {
        "start": {
          "line": 249,
          "column": 32
        },
        "end": {
          "line": 249,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 8671,
      "end": 8679,
      "loc": {
        "start": {
          "line": 249,
          "column": 33
        },
        "end": {
          "line": 249,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8679,
      "end": 8680,
      "loc": {
        "start": {
          "line": 249,
          "column": 41
        },
        "end": {
          "line": 249,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 8681,
      "end": 8683,
      "loc": {
        "start": {
          "line": 249,
          "column": 43
        },
        "end": {
          "line": 249,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8683,
      "end": 8684,
      "loc": {
        "start": {
          "line": 249,
          "column": 45
        },
        "end": {
          "line": 249,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8684,
      "end": 8685,
      "loc": {
        "start": {
          "line": 249,
          "column": 46
        },
        "end": {
          "line": 249,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8694,
      "end": 8695,
      "loc": {
        "start": {
          "line": 250,
          "column": 8
        },
        "end": {
          "line": 250,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8705,
      "end": 8711,
      "loc": {
        "start": {
          "line": 252,
          "column": 8
        },
        "end": {
          "line": 252,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8712,
      "end": 8716,
      "loc": {
        "start": {
          "line": 252,
          "column": 15
        },
        "end": {
          "line": 252,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8716,
      "end": 8717,
      "loc": {
        "start": {
          "line": 252,
          "column": 19
        },
        "end": {
          "line": 252,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handleSelectQuery",
      "start": 8717,
      "end": 8734,
      "loc": {
        "start": {
          "line": 252,
          "column": 20
        },
        "end": {
          "line": 252,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8734,
      "end": 8735,
      "loc": {
        "start": {
          "line": 252,
          "column": 37
        },
        "end": {
          "line": 252,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 8735,
      "end": 8739,
      "loc": {
        "start": {
          "line": 252,
          "column": 38
        },
        "end": {
          "line": 252,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8739,
      "end": 8740,
      "loc": {
        "start": {
          "line": 252,
          "column": 42
        },
        "end": {
          "line": 252,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8740,
      "end": 8741,
      "loc": {
        "start": {
          "line": 252,
          "column": 43
        },
        "end": {
          "line": 252,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8748,
      "end": 8749,
      "loc": {
        "start": {
          "line": 253,
          "column": 6
        },
        "end": {
          "line": 253,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8750,
      "end": 8754,
      "loc": {
        "start": {
          "line": 253,
          "column": 8
        },
        "end": {
          "line": 253,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8755,
      "end": 8757,
      "loc": {
        "start": {
          "line": 253,
          "column": 13
        },
        "end": {
          "line": 253,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8758,
      "end": 8759,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "QueryTypes",
      "start": 8759,
      "end": 8769,
      "loc": {
        "start": {
          "line": 253,
          "column": 17
        },
        "end": {
          "line": 253,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8769,
      "end": 8770,
      "loc": {
        "start": {
          "line": 253,
          "column": 27
        },
        "end": {
          "line": 253,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BULKDELETE",
      "start": 8770,
      "end": 8780,
      "loc": {
        "start": {
          "line": 253,
          "column": 28
        },
        "end": {
          "line": 253,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8781,
      "end": 8784,
      "loc": {
        "start": {
          "line": 253,
          "column": 39
        },
        "end": {
          "line": 253,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8785,
      "end": 8789,
      "loc": {
        "start": {
          "line": 253,
          "column": 43
        },
        "end": {
          "line": 253,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8789,
      "end": 8790,
      "loc": {
        "start": {
          "line": 253,
          "column": 47
        },
        "end": {
          "line": 253,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 8790,
      "end": 8797,
      "loc": {
        "start": {
          "line": 253,
          "column": 48
        },
        "end": {
          "line": 253,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8797,
      "end": 8798,
      "loc": {
        "start": {
          "line": 253,
          "column": 55
        },
        "end": {
          "line": 253,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 8798,
      "end": 8802,
      "loc": {
        "start": {
          "line": 253,
          "column": 56
        },
        "end": {
          "line": 253,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8802,
      "end": 8803,
      "loc": {
        "start": {
          "line": 253,
          "column": 60
        },
        "end": {
          "line": 253,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8804,
      "end": 8805,
      "loc": {
        "start": {
          "line": 253,
          "column": 62
        },
        "end": {
          "line": 253,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8814,
      "end": 8820,
      "loc": {
        "start": {
          "line": 254,
          "column": 8
        },
        "end": {
          "line": 254,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parseInt",
      "start": 8821,
      "end": 8829,
      "loc": {
        "start": {
          "line": 254,
          "column": 15
        },
        "end": {
          "line": 254,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8829,
      "end": 8830,
      "loc": {
        "start": {
          "line": 254,
          "column": 23
        },
        "end": {
          "line": 254,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 8830,
      "end": 8836,
      "loc": {
        "start": {
          "line": 254,
          "column": 24
        },
        "end": {
          "line": 254,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8836,
      "end": 8837,
      "loc": {
        "start": {
          "line": 254,
          "column": 30
        },
        "end": {
          "line": 254,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 8837,
      "end": 8845,
      "loc": {
        "start": {
          "line": 254,
          "column": 31
        },
        "end": {
          "line": 254,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8845,
      "end": 8846,
      "loc": {
        "start": {
          "line": 254,
          "column": 39
        },
        "end": {
          "line": 254,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 10,
      "start": 8847,
      "end": 8849,
      "loc": {
        "start": {
          "line": 254,
          "column": 41
        },
        "end": {
          "line": 254,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8849,
      "end": 8850,
      "loc": {
        "start": {
          "line": 254,
          "column": 43
        },
        "end": {
          "line": 254,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8850,
      "end": 8851,
      "loc": {
        "start": {
          "line": 254,
          "column": 44
        },
        "end": {
          "line": 254,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8858,
      "end": 8859,
      "loc": {
        "start": {
          "line": 255,
          "column": 6
        },
        "end": {
          "line": 255,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8860,
      "end": 8864,
      "loc": {
        "start": {
          "line": 255,
          "column": 8
        },
        "end": {
          "line": 255,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8865,
      "end": 8867,
      "loc": {
        "start": {
          "line": 255,
          "column": 13
        },
        "end": {
          "line": 255,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8868,
      "end": 8869,
      "loc": {
        "start": {
          "line": 255,
          "column": 16
        },
        "end": {
          "line": 255,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8869,
      "end": 8873,
      "loc": {
        "start": {
          "line": 255,
          "column": 17
        },
        "end": {
          "line": 255,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8873,
      "end": 8874,
      "loc": {
        "start": {
          "line": 255,
          "column": 21
        },
        "end": {
          "line": 255,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUpsertQuery",
      "start": 8874,
      "end": 8887,
      "loc": {
        "start": {
          "line": 255,
          "column": 22
        },
        "end": {
          "line": 255,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8887,
      "end": 8888,
      "loc": {
        "start": {
          "line": 255,
          "column": 35
        },
        "end": {
          "line": 255,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8888,
      "end": 8889,
      "loc": {
        "start": {
          "line": 255,
          "column": 36
        },
        "end": {
          "line": 255,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8889,
      "end": 8890,
      "loc": {
        "start": {
          "line": 255,
          "column": 37
        },
        "end": {
          "line": 255,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8891,
      "end": 8892,
      "loc": {
        "start": {
          "line": 255,
          "column": 39
        },
        "end": {
          "line": 255,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8901,
      "end": 8907,
      "loc": {
        "start": {
          "line": 256,
          "column": 8
        },
        "end": {
          "line": 256,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 8908,
      "end": 8912,
      "loc": {
        "start": {
          "line": 256,
          "column": 15
        },
        "end": {
          "line": 256,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8912,
      "end": 8913,
      "loc": {
        "start": {
          "line": 256,
          "column": 19
        },
        "end": {
          "line": 256,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8913,
      "end": 8914,
      "loc": {
        "start": {
          "line": 256,
          "column": 20
        },
        "end": {
          "line": 256,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8914,
      "end": 8915,
      "loc": {
        "start": {
          "line": 256,
          "column": 21
        },
        "end": {
          "line": 256,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8915,
      "end": 8916,
      "loc": {
        "start": {
          "line": 256,
          "column": 22
        },
        "end": {
          "line": 256,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelize_upsert",
      "start": 8916,
      "end": 8932,
      "loc": {
        "start": {
          "line": 256,
          "column": 23
        },
        "end": {
          "line": 256,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8932,
      "end": 8933,
      "loc": {
        "start": {
          "line": 256,
          "column": 39
        },
        "end": {
          "line": 256,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8940,
      "end": 8941,
      "loc": {
        "start": {
          "line": 257,
          "column": 6
        },
        "end": {
          "line": 257,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 8942,
      "end": 8946,
      "loc": {
        "start": {
          "line": 257,
          "column": 8
        },
        "end": {
          "line": 257,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8947,
      "end": 8949,
      "loc": {
        "start": {
          "line": 257,
          "column": 13
        },
        "end": {
          "line": 257,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8950,
      "end": 8951,
      "loc": {
        "start": {
          "line": 257,
          "column": 16
        },
        "end": {
          "line": 257,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8951,
      "end": 8955,
      "loc": {
        "start": {
          "line": 257,
          "column": 17
        },
        "end": {
          "line": 257,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8955,
      "end": 8956,
      "loc": {
        "start": {
          "line": 257,
          "column": 21
        },
        "end": {
          "line": 257,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isInsertQuery",
      "start": 8956,
      "end": 8969,
      "loc": {
        "start": {
          "line": 257,
          "column": 22
        },
        "end": {
          "line": 257,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8969,
      "end": 8970,
      "loc": {
        "start": {
          "line": 257,
          "column": 35
        },
        "end": {
          "line": 257,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8970,
      "end": 8971,
      "loc": {
        "start": {
          "line": 257,
          "column": 36
        },
        "end": {
          "line": 257,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 8972,
      "end": 8974,
      "loc": {
        "start": {
          "line": 257,
          "column": 38
        },
        "end": {
          "line": 257,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8975,
      "end": 8979,
      "loc": {
        "start": {
          "line": 257,
          "column": 41
        },
        "end": {
          "line": 257,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8979,
      "end": 8980,
      "loc": {
        "start": {
          "line": 257,
          "column": 45
        },
        "end": {
          "line": 257,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isUpdateQuery",
      "start": 8980,
      "end": 8993,
      "loc": {
        "start": {
          "line": 257,
          "column": 46
        },
        "end": {
          "line": 257,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8993,
      "end": 8994,
      "loc": {
        "start": {
          "line": 257,
          "column": 59
        },
        "end": {
          "line": 257,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8994,
      "end": 8995,
      "loc": {
        "start": {
          "line": 257,
          "column": 60
        },
        "end": {
          "line": 257,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8995,
      "end": 8996,
      "loc": {
        "start": {
          "line": 257,
          "column": 61
        },
        "end": {
          "line": 257,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8997,
      "end": 8998,
      "loc": {
        "start": {
          "line": 257,
          "column": 63
        },
        "end": {
          "line": 257,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9007,
      "end": 9009,
      "loc": {
        "start": {
          "line": 258,
          "column": 8
        },
        "end": {
          "line": 258,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9010,
      "end": 9011,
      "loc": {
        "start": {
          "line": 258,
          "column": 11
        },
        "end": {
          "line": 258,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9011,
      "end": 9015,
      "loc": {
        "start": {
          "line": 258,
          "column": 12
        },
        "end": {
          "line": 258,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9015,
      "end": 9016,
      "loc": {
        "start": {
          "line": 258,
          "column": 16
        },
        "end": {
          "line": 258,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 9016,
      "end": 9024,
      "loc": {
        "start": {
          "line": 258,
          "column": 17
        },
        "end": {
          "line": 258,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9025,
      "end": 9027,
      "loc": {
        "start": {
          "line": 258,
          "column": 26
        },
        "end": {
          "line": 258,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9028,
      "end": 9032,
      "loc": {
        "start": {
          "line": 258,
          "column": 29
        },
        "end": {
          "line": 258,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9032,
      "end": 9033,
      "loc": {
        "start": {
          "line": 258,
          "column": 33
        },
        "end": {
          "line": 258,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 9033,
      "end": 9041,
      "loc": {
        "start": {
          "line": 258,
          "column": 34
        },
        "end": {
          "line": 258,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9041,
      "end": 9042,
      "loc": {
        "start": {
          "line": 258,
          "column": 42
        },
        "end": {
          "line": 258,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 9042,
      "end": 9052,
      "loc": {
        "start": {
          "line": 258,
          "column": 43
        },
        "end": {
          "line": 258,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9052,
      "end": 9053,
      "loc": {
        "start": {
          "line": 258,
          "column": 53
        },
        "end": {
          "line": 258,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9054,
      "end": 9055,
      "loc": {
        "start": {
          "line": 258,
          "column": 55
        },
        "end": {
          "line": 258,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 9066,
      "end": 9069,
      "loc": {
        "start": {
          "line": 259,
          "column": 10
        },
        "end": {
          "line": 259,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9070,
      "end": 9071,
      "loc": {
        "start": {
          "line": 259,
          "column": 14
        },
        "end": {
          "line": 259,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9071,
      "end": 9076,
      "loc": {
        "start": {
          "line": 259,
          "column": 15
        },
        "end": {
          "line": 259,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9077,
      "end": 9080,
      "loc": {
        "start": {
          "line": 259,
          "column": 21
        },
        "end": {
          "line": 259,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "in",
        "keyword": "in",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "in",
      "start": 9081,
      "end": 9083,
      "loc": {
        "start": {
          "line": 259,
          "column": 25
        },
        "end": {
          "line": 259,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9084,
      "end": 9088,
      "loc": {
        "start": {
          "line": 259,
          "column": 28
        },
        "end": {
          "line": 259,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9088,
      "end": 9089,
      "loc": {
        "start": {
          "line": 259,
          "column": 32
        },
        "end": {
          "line": 259,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9089,
      "end": 9090,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9090,
      "end": 9091,
      "loc": {
        "start": {
          "line": 259,
          "column": 34
        },
        "end": {
          "line": 259,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9091,
      "end": 9092,
      "loc": {
        "start": {
          "line": 259,
          "column": 35
        },
        "end": {
          "line": 259,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9093,
      "end": 9094,
      "loc": {
        "start": {
          "line": 259,
          "column": 37
        },
        "end": {
          "line": 259,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9107,
      "end": 9109,
      "loc": {
        "start": {
          "line": 260,
          "column": 12
        },
        "end": {
          "line": 260,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9110,
      "end": 9111,
      "loc": {
        "start": {
          "line": 260,
          "column": 15
        },
        "end": {
          "line": 260,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9111,
      "end": 9115,
      "loc": {
        "start": {
          "line": 260,
          "column": 16
        },
        "end": {
          "line": 260,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9115,
      "end": 9116,
      "loc": {
        "start": {
          "line": 260,
          "column": 20
        },
        "end": {
          "line": 260,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9116,
      "end": 9117,
      "loc": {
        "start": {
          "line": 260,
          "column": 21
        },
        "end": {
          "line": 260,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9117,
      "end": 9118,
      "loc": {
        "start": {
          "line": 260,
          "column": 22
        },
        "end": {
          "line": 260,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9118,
      "end": 9119,
      "loc": {
        "start": {
          "line": 260,
          "column": 23
        },
        "end": {
          "line": 260,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "hasOwnProperty",
      "start": 9119,
      "end": 9133,
      "loc": {
        "start": {
          "line": 260,
          "column": 24
        },
        "end": {
          "line": 260,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9133,
      "end": 9134,
      "loc": {
        "start": {
          "line": 260,
          "column": 38
        },
        "end": {
          "line": 260,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9134,
      "end": 9137,
      "loc": {
        "start": {
          "line": 260,
          "column": 39
        },
        "end": {
          "line": 260,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9137,
      "end": 9138,
      "loc": {
        "start": {
          "line": 260,
          "column": 42
        },
        "end": {
          "line": 260,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9138,
      "end": 9139,
      "loc": {
        "start": {
          "line": 260,
          "column": 43
        },
        "end": {
          "line": 260,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9140,
      "end": 9141,
      "loc": {
        "start": {
          "line": 260,
          "column": 45
        },
        "end": {
          "line": 260,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9156,
      "end": 9161,
      "loc": {
        "start": {
          "line": 261,
          "column": 14
        },
        "end": {
          "line": 261,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "record",
      "start": 9162,
      "end": 9168,
      "loc": {
        "start": {
          "line": 261,
          "column": 20
        },
        "end": {
          "line": 261,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 261,
          "column": 27
        },
        "end": {
          "line": 261,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9171,
      "end": 9175,
      "loc": {
        "start": {
          "line": 261,
          "column": 29
        },
        "end": {
          "line": 261,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9175,
      "end": 9176,
      "loc": {
        "start": {
          "line": 261,
          "column": 33
        },
        "end": {
          "line": 261,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9176,
      "end": 9177,
      "loc": {
        "start": {
          "line": 261,
          "column": 34
        },
        "end": {
          "line": 261,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9177,
      "end": 9178,
      "loc": {
        "start": {
          "line": 261,
          "column": 35
        },
        "end": {
          "line": 261,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9178,
      "end": 9179,
      "loc": {
        "start": {
          "line": 261,
          "column": 36
        },
        "end": {
          "line": 261,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9179,
      "end": 9182,
      "loc": {
        "start": {
          "line": 261,
          "column": 37
        },
        "end": {
          "line": 261,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9182,
      "end": 9183,
      "loc": {
        "start": {
          "line": 261,
          "column": 40
        },
        "end": {
          "line": 261,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9183,
      "end": 9184,
      "loc": {
        "start": {
          "line": 261,
          "column": 41
        },
        "end": {
          "line": 261,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9200,
      "end": 9205,
      "loc": {
        "start": {
          "line": 263,
          "column": 14
        },
        "end": {
          "line": 263,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 9206,
      "end": 9210,
      "loc": {
        "start": {
          "line": 263,
          "column": 20
        },
        "end": {
          "line": 263,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9211,
      "end": 9212,
      "loc": {
        "start": {
          "line": 263,
          "column": 25
        },
        "end": {
          "line": 263,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 9213,
      "end": 9214,
      "loc": {
        "start": {
          "line": 263,
          "column": 27
        },
        "end": {
          "line": 263,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9214,
      "end": 9215,
      "loc": {
        "start": {
          "line": 263,
          "column": 28
        },
        "end": {
          "line": 263,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "find",
      "start": 9215,
      "end": 9219,
      "loc": {
        "start": {
          "line": 263,
          "column": 29
        },
        "end": {
          "line": 263,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9219,
      "end": 9220,
      "loc": {
        "start": {
          "line": 263,
          "column": 33
        },
        "end": {
          "line": 263,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9220,
      "end": 9224,
      "loc": {
        "start": {
          "line": 263,
          "column": 34
        },
        "end": {
          "line": 263,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9224,
      "end": 9225,
      "loc": {
        "start": {
          "line": 263,
          "column": 38
        },
        "end": {
          "line": 263,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 9225,
      "end": 9230,
      "loc": {
        "start": {
          "line": 263,
          "column": 39
        },
        "end": {
          "line": 263,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9230,
      "end": 9231,
      "loc": {
        "start": {
          "line": 263,
          "column": 44
        },
        "end": {
          "line": 263,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rawAttributes",
      "start": 9231,
      "end": 9244,
      "loc": {
        "start": {
          "line": 263,
          "column": 45
        },
        "end": {
          "line": 263,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9244,
      "end": 9245,
      "loc": {
        "start": {
          "line": 263,
          "column": 58
        },
        "end": {
          "line": 263,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 9246,
      "end": 9255,
      "loc": {
        "start": {
          "line": 263,
          "column": 60
        },
        "end": {
          "line": 263,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9256,
      "end": 9258,
      "loc": {
        "start": {
          "line": 263,
          "column": 70
        },
        "end": {
          "line": 263,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 9259,
      "end": 9268,
      "loc": {
        "start": {
          "line": 263,
          "column": 73
        },
        "end": {
          "line": 263,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9268,
      "end": 9269,
      "loc": {
        "start": {
          "line": 263,
          "column": 82
        },
        "end": {
          "line": 263,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 9269,
      "end": 9278,
      "loc": {
        "start": {
          "line": 263,
          "column": 83
        },
        "end": {
          "line": 263,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9279,
      "end": 9282,
      "loc": {
        "start": {
          "line": 263,
          "column": 93
        },
        "end": {
          "line": 263,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9283,
      "end": 9286,
      "loc": {
        "start": {
          "line": 263,
          "column": 97
        },
        "end": {
          "line": 263,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9287,
      "end": 9289,
      "loc": {
        "start": {
          "line": 263,
          "column": 101
        },
        "end": {
          "line": 263,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attribute",
      "start": 9290,
      "end": 9299,
      "loc": {
        "start": {
          "line": 263,
          "column": 104
        },
        "end": {
          "line": 263,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9299,
      "end": 9300,
      "loc": {
        "start": {
          "line": 263,
          "column": 113
        },
        "end": {
          "line": 263,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 9300,
      "end": 9305,
      "loc": {
        "start": {
          "line": 263,
          "column": 114
        },
        "end": {
          "line": 263,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9306,
      "end": 9309,
      "loc": {
        "start": {
          "line": 263,
          "column": 120
        },
        "end": {
          "line": 263,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9310,
      "end": 9313,
      "loc": {
        "start": {
          "line": 263,
          "column": 124
        },
        "end": {
          "line": 263,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9313,
      "end": 9314,
      "loc": {
        "start": {
          "line": 263,
          "column": 127
        },
        "end": {
          "line": 263,
          "column": 128
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9314,
      "end": 9315,
      "loc": {
        "start": {
          "line": 263,
          "column": 128
        },
        "end": {
          "line": 263,
          "column": 129
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9331,
      "end": 9335,
      "loc": {
        "start": {
          "line": 265,
          "column": 14
        },
        "end": {
          "line": 265,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9335,
      "end": 9336,
      "loc": {
        "start": {
          "line": 265,
          "column": 18
        },
        "end": {
          "line": 265,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 9336,
      "end": 9344,
      "loc": {
        "start": {
          "line": 265,
          "column": 19
        },
        "end": {
          "line": 265,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9344,
      "end": 9345,
      "loc": {
        "start": {
          "line": 265,
          "column": 27
        },
        "end": {
          "line": 265,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dataValues",
      "start": 9345,
      "end": 9355,
      "loc": {
        "start": {
          "line": 265,
          "column": 28
        },
        "end": {
          "line": 265,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9355,
      "end": 9356,
      "loc": {
        "start": {
          "line": 265,
          "column": 38
        },
        "end": {
          "line": 265,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 9356,
      "end": 9360,
      "loc": {
        "start": {
          "line": 265,
          "column": 39
        },
        "end": {
          "line": 265,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9361,
      "end": 9363,
      "loc": {
        "start": {
          "line": 265,
          "column": 44
        },
        "end": {
          "line": 265,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 9364,
      "end": 9368,
      "loc": {
        "start": {
          "line": 265,
          "column": 47
        },
        "end": {
          "line": 265,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9368,
      "end": 9369,
      "loc": {
        "start": {
          "line": 265,
          "column": 51
        },
        "end": {
          "line": 265,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fieldName",
      "start": 9369,
      "end": 9378,
      "loc": {
        "start": {
          "line": 265,
          "column": 52
        },
        "end": {
          "line": 265,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9379,
      "end": 9381,
      "loc": {
        "start": {
          "line": 265,
          "column": 62
        },
        "end": {
          "line": 265,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 9382,
      "end": 9385,
      "loc": {
        "start": {
          "line": 265,
          "column": 65
        },
        "end": {
          "line": 265,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9385,
      "end": 9386,
      "loc": {
        "start": {
          "line": 265,
          "column": 68
        },
        "end": {
          "line": 265,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9387,
      "end": 9388,
      "loc": {
        "start": {
          "line": 265,
          "column": 70
        },
        "end": {
          "line": 265,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "record",
      "start": 9389,
      "end": 9395,
      "loc": {
        "start": {
          "line": 265,
          "column": 72
        },
        "end": {
          "line": 265,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9395,
      "end": 9396,
      "loc": {
        "start": {
          "line": 265,
          "column": 78
        },
        "end": {
          "line": 265,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9409,
      "end": 9410,
      "loc": {
        "start": {
          "line": 266,
          "column": 12
        },
        "end": {
          "line": 266,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9421,
      "end": 9422,
      "loc": {
        "start": {
          "line": 267,
          "column": 10
        },
        "end": {
          "line": 267,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9431,
      "end": 9432,
      "loc": {
        "start": {
          "line": 268,
          "column": 8
        },
        "end": {
          "line": 268,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9442,
      "end": 9448,
      "loc": {
        "start": {
          "line": 270,
          "column": 8
        },
        "end": {
          "line": 270,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9449,
      "end": 9450,
      "loc": {
        "start": {
          "line": 270,
          "column": 15
        },
        "end": {
          "line": 270,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9461,
      "end": 9465,
      "loc": {
        "start": {
          "line": 271,
          "column": 10
        },
        "end": {
          "line": 271,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9465,
      "end": 9466,
      "loc": {
        "start": {
          "line": 271,
          "column": 14
        },
        "end": {
          "line": 271,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "instance",
      "start": 9466,
      "end": 9474,
      "loc": {
        "start": {
          "line": 271,
          "column": 15
        },
        "end": {
          "line": 271,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9475,
      "end": 9477,
      "loc": {
        "start": {
          "line": 271,
          "column": 24
        },
        "end": {
          "line": 271,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9478,
      "end": 9479,
      "loc": {
        "start": {
          "line": 271,
          "column": 27
        },
        "end": {
          "line": 271,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9479,
      "end": 9483,
      "loc": {
        "start": {
          "line": 271,
          "column": 28
        },
        "end": {
          "line": 271,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9484,
      "end": 9486,
      "loc": {
        "start": {
          "line": 271,
          "column": 33
        },
        "end": {
          "line": 271,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9487,
      "end": 9488,
      "loc": {
        "start": {
          "line": 271,
          "column": 36
        },
        "end": {
          "line": 271,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9488,
      "end": 9489,
      "loc": {
        "start": {
          "line": 271,
          "column": 37
        },
        "end": {
          "line": 271,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9489,
      "end": 9493,
      "loc": {
        "start": {
          "line": 271,
          "column": 38
        },
        "end": {
          "line": 271,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9493,
      "end": 9494,
      "loc": {
        "start": {
          "line": 271,
          "column": 42
        },
        "end": {
          "line": 271,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 9494,
      "end": 9501,
      "loc": {
        "start": {
          "line": 271,
          "column": 43
        },
        "end": {
          "line": 271,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9501,
      "end": 9502,
      "loc": {
        "start": {
          "line": 271,
          "column": 50
        },
        "end": {
          "line": 271,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "plain",
      "start": 9502,
      "end": 9507,
      "loc": {
        "start": {
          "line": 271,
          "column": 51
        },
        "end": {
          "line": 271,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 9508,
      "end": 9510,
      "loc": {
        "start": {
          "line": 271,
          "column": 57
        },
        "end": {
          "line": 271,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9511,
      "end": 9515,
      "loc": {
        "start": {
          "line": 271,
          "column": 60
        },
        "end": {
          "line": 271,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9515,
      "end": 9516,
      "loc": {
        "start": {
          "line": 271,
          "column": 64
        },
        "end": {
          "line": 271,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9516,
      "end": 9517,
      "loc": {
        "start": {
          "line": 271,
          "column": 65
        },
        "end": {
          "line": 271,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9517,
      "end": 9518,
      "loc": {
        "start": {
          "line": 271,
          "column": 66
        },
        "end": {
          "line": 271,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9518,
      "end": 9519,
      "loc": {
        "start": {
          "line": 271,
          "column": 67
        },
        "end": {
          "line": 271,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9520,
      "end": 9522,
      "loc": {
        "start": {
          "line": 271,
          "column": 69
        },
        "end": {
          "line": 271,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9523,
      "end": 9527,
      "loc": {
        "start": {
          "line": 271,
          "column": 72
        },
        "end": {
          "line": 271,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9527,
      "end": 9528,
      "loc": {
        "start": {
          "line": 271,
          "column": 76
        },
        "end": {
          "line": 271,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9528,
      "end": 9529,
      "loc": {
        "start": {
          "line": 271,
          "column": 77
        },
        "end": {
          "line": 271,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9530,
      "end": 9532,
      "loc": {
        "start": {
          "line": 271,
          "column": 79
        },
        "end": {
          "line": 271,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 9533,
      "end": 9542,
      "loc": {
        "start": {
          "line": 271,
          "column": 82
        },
        "end": {
          "line": 271,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9542,
      "end": 9543,
      "loc": {
        "start": {
          "line": 271,
          "column": 91
        },
        "end": {
          "line": 271,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9554,
      "end": 9560,
      "loc": {
        "start": {
          "line": 272,
          "column": 10
        },
        "end": {
          "line": 272,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9560,
      "end": 9561,
      "loc": {
        "start": {
          "line": 272,
          "column": 16
        },
        "end": {
          "line": 272,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rowCount",
      "start": 9561,
      "end": 9569,
      "loc": {
        "start": {
          "line": 272,
          "column": 17
        },
        "end": {
          "line": 272,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9578,
      "end": 9579,
      "loc": {
        "start": {
          "line": 273,
          "column": 8
        },
        "end": {
          "line": 273,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9579,
      "end": 9580,
      "loc": {
        "start": {
          "line": 273,
          "column": 9
        },
        "end": {
          "line": 273,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9587,
      "end": 9588,
      "loc": {
        "start": {
          "line": 274,
          "column": 6
        },
        "end": {
          "line": 274,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9589,
      "end": 9593,
      "loc": {
        "start": {
          "line": 274,
          "column": 8
        },
        "end": {
          "line": 274,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9594,
      "end": 9596,
      "loc": {
        "start": {
          "line": 274,
          "column": 13
        },
        "end": {
          "line": 274,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9597,
      "end": 9598,
      "loc": {
        "start": {
          "line": 274,
          "column": 16
        },
        "end": {
          "line": 274,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9598,
      "end": 9602,
      "loc": {
        "start": {
          "line": 274,
          "column": 17
        },
        "end": {
          "line": 274,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9602,
      "end": 9603,
      "loc": {
        "start": {
          "line": 274,
          "column": 21
        },
        "end": {
          "line": 274,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isRawQuery",
      "start": 9603,
      "end": 9613,
      "loc": {
        "start": {
          "line": 274,
          "column": 22
        },
        "end": {
          "line": 274,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9613,
      "end": 9614,
      "loc": {
        "start": {
          "line": 274,
          "column": 32
        },
        "end": {
          "line": 274,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9614,
      "end": 9615,
      "loc": {
        "start": {
          "line": 274,
          "column": 33
        },
        "end": {
          "line": 274,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9615,
      "end": 9616,
      "loc": {
        "start": {
          "line": 274,
          "column": 34
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9617,
      "end": 9618,
      "loc": {
        "start": {
          "line": 274,
          "column": 36
        },
        "end": {
          "line": 274,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9627,
      "end": 9633,
      "loc": {
        "start": {
          "line": 275,
          "column": 8
        },
        "end": {
          "line": 275,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9634,
      "end": 9635,
      "loc": {
        "start": {
          "line": 275,
          "column": 15
        },
        "end": {
          "line": 275,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "rows",
      "start": 9635,
      "end": 9639,
      "loc": {
        "start": {
          "line": 275,
          "column": 16
        },
        "end": {
          "line": 275,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9639,
      "end": 9640,
      "loc": {
        "start": {
          "line": 275,
          "column": 20
        },
        "end": {
          "line": 275,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 9641,
      "end": 9647,
      "loc": {
        "start": {
          "line": 275,
          "column": 22
        },
        "end": {
          "line": 275,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9647,
      "end": 9648,
      "loc": {
        "start": {
          "line": 275,
          "column": 28
        },
        "end": {
          "line": 275,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9648,
      "end": 9649,
      "loc": {
        "start": {
          "line": 275,
          "column": 29
        },
        "end": {
          "line": 275,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9656,
      "end": 9657,
      "loc": {
        "start": {
          "line": 276,
          "column": 6
        },
        "end": {
          "line": 276,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9658,
      "end": 9662,
      "loc": {
        "start": {
          "line": 276,
          "column": 8
        },
        "end": {
          "line": 276,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9663,
      "end": 9664,
      "loc": {
        "start": {
          "line": 276,
          "column": 13
        },
        "end": {
          "line": 276,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9673,
      "end": 9679,
      "loc": {
        "start": {
          "line": 277,
          "column": 8
        },
        "end": {
          "line": 277,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "results",
      "start": 9680,
      "end": 9687,
      "loc": {
        "start": {
          "line": 277,
          "column": 15
        },
        "end": {
          "line": 277,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9687,
      "end": 9688,
      "loc": {
        "start": {
          "line": 277,
          "column": 22
        },
        "end": {
          "line": 277,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9695,
      "end": 9696,
      "loc": {
        "start": {
          "line": 278,
          "column": 6
        },
        "end": {
          "line": 278,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9701,
      "end": 9702,
      "loc": {
        "start": {
          "line": 279,
          "column": 4
        },
        "end": {
          "line": 279,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9702,
      "end": 9703,
      "loc": {
        "start": {
          "line": 279,
          "column": 5
        },
        "end": {
          "line": 279,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9703,
      "end": 9704,
      "loc": {
        "start": {
          "line": 279,
          "column": 6
        },
        "end": {
          "line": 279,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9707,
      "end": 9708,
      "loc": {
        "start": {
          "line": 280,
          "column": 2
        },
        "end": {
          "line": 280,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "formatError",
      "start": 9712,
      "end": 9723,
      "loc": {
        "start": {
          "line": 282,
          "column": 2
        },
        "end": {
          "line": 282,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9723,
      "end": 9724,
      "loc": {
        "start": {
          "line": 282,
          "column": 13
        },
        "end": {
          "line": 282,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9724,
      "end": 9727,
      "loc": {
        "start": {
          "line": 282,
          "column": 14
        },
        "end": {
          "line": 282,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9727,
      "end": 9728,
      "loc": {
        "start": {
          "line": 282,
          "column": 17
        },
        "end": {
          "line": 282,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9729,
      "end": 9730,
      "loc": {
        "start": {
          "line": 282,
          "column": 19
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9735,
      "end": 9738,
      "loc": {
        "start": {
          "line": 283,
          "column": 4
        },
        "end": {
          "line": 283,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 9739,
      "end": 9744,
      "loc": {
        "start": {
          "line": 283,
          "column": 8
        },
        "end": {
          "line": 283,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9744,
      "end": 9745,
      "loc": {
        "start": {
          "line": 283,
          "column": 13
        },
        "end": {
          "line": 283,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9750,
      "end": 9753,
      "loc": {
        "start": {
          "line": 284,
          "column": 4
        },
        "end": {
          "line": 284,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 9754,
      "end": 9759,
      "loc": {
        "start": {
          "line": 284,
          "column": 8
        },
        "end": {
          "line": 284,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9759,
      "end": 9760,
      "loc": {
        "start": {
          "line": 284,
          "column": 13
        },
        "end": {
          "line": 284,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9765,
      "end": 9768,
      "loc": {
        "start": {
          "line": 285,
          "column": 4
        },
        "end": {
          "line": 285,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 9769,
      "end": 9774,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9774,
      "end": 9775,
      "loc": {
        "start": {
          "line": 285,
          "column": 13
        },
        "end": {
          "line": 285,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9780,
      "end": 9783,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 9784,
      "end": 9790,
      "loc": {
        "start": {
          "line": 286,
          "column": 8
        },
        "end": {
          "line": 286,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9790,
      "end": 9791,
      "loc": {
        "start": {
          "line": 286,
          "column": 14
        },
        "end": {
          "line": 286,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9796,
      "end": 9799,
      "loc": {
        "start": {
          "line": 287,
          "column": 4
        },
        "end": {
          "line": 287,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 9800,
      "end": 9806,
      "loc": {
        "start": {
          "line": 287,
          "column": 8
        },
        "end": {
          "line": 287,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9806,
      "end": 9807,
      "loc": {
        "start": {
          "line": 287,
          "column": 14
        },
        "end": {
          "line": 287,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 9812,
      "end": 9815,
      "loc": {
        "start": {
          "line": 288,
          "column": 4
        },
        "end": {
          "line": 288,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 9816,
      "end": 9823,
      "loc": {
        "start": {
          "line": 288,
          "column": 8
        },
        "end": {
          "line": 288,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9823,
      "end": 9824,
      "loc": {
        "start": {
          "line": 288,
          "column": 15
        },
        "end": {
          "line": 288,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9830,
      "end": 9835,
      "loc": {
        "start": {
          "line": 290,
          "column": 4
        },
        "end": {
          "line": 290,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 9836,
      "end": 9840,
      "loc": {
        "start": {
          "line": 290,
          "column": 10
        },
        "end": {
          "line": 290,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9841,
      "end": 9842,
      "loc": {
        "start": {
          "line": 290,
          "column": 15
        },
        "end": {
          "line": 290,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9843,
      "end": 9846,
      "loc": {
        "start": {
          "line": 290,
          "column": 17
        },
        "end": {
          "line": 290,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9846,
      "end": 9847,
      "loc": {
        "start": {
          "line": 290,
          "column": 20
        },
        "end": {
          "line": 290,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 9847,
      "end": 9851,
      "loc": {
        "start": {
          "line": 290,
          "column": 21
        },
        "end": {
          "line": 290,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9852,
      "end": 9854,
      "loc": {
        "start": {
          "line": 290,
          "column": 26
        },
        "end": {
          "line": 290,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9855,
      "end": 9858,
      "loc": {
        "start": {
          "line": 290,
          "column": 29
        },
        "end": {
          "line": 290,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9858,
      "end": 9859,
      "loc": {
        "start": {
          "line": 290,
          "column": 32
        },
        "end": {
          "line": 290,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sqlState",
      "start": 9859,
      "end": 9867,
      "loc": {
        "start": {
          "line": 290,
          "column": 33
        },
        "end": {
          "line": 290,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9867,
      "end": 9868,
      "loc": {
        "start": {
          "line": 290,
          "column": 41
        },
        "end": {
          "line": 290,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9873,
      "end": 9878,
      "loc": {
        "start": {
          "line": 291,
          "column": 4
        },
        "end": {
          "line": 291,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMessage",
      "start": 9879,
      "end": 9889,
      "loc": {
        "start": {
          "line": 291,
          "column": 10
        },
        "end": {
          "line": 291,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9890,
      "end": 9891,
      "loc": {
        "start": {
          "line": 291,
          "column": 21
        },
        "end": {
          "line": 291,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9892,
      "end": 9895,
      "loc": {
        "start": {
          "line": 291,
          "column": 23
        },
        "end": {
          "line": 291,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9895,
      "end": 9896,
      "loc": {
        "start": {
          "line": 291,
          "column": 26
        },
        "end": {
          "line": 291,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 9896,
      "end": 9903,
      "loc": {
        "start": {
          "line": 291,
          "column": 27
        },
        "end": {
          "line": 291,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9904,
      "end": 9906,
      "loc": {
        "start": {
          "line": 291,
          "column": 35
        },
        "end": {
          "line": 291,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9907,
      "end": 9910,
      "loc": {
        "start": {
          "line": 291,
          "column": 38
        },
        "end": {
          "line": 291,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9910,
      "end": 9911,
      "loc": {
        "start": {
          "line": 291,
          "column": 41
        },
        "end": {
          "line": 291,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "messagePrimary",
      "start": 9911,
      "end": 9925,
      "loc": {
        "start": {
          "line": 291,
          "column": 42
        },
        "end": {
          "line": 291,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 291,
          "column": 56
        },
        "end": {
          "line": 291,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 9931,
      "end": 9936,
      "loc": {
        "start": {
          "line": 292,
          "column": 4
        },
        "end": {
          "line": 292,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errDetail",
      "start": 9937,
      "end": 9946,
      "loc": {
        "start": {
          "line": 292,
          "column": 10
        },
        "end": {
          "line": 292,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9947,
      "end": 9948,
      "loc": {
        "start": {
          "line": 292,
          "column": 20
        },
        "end": {
          "line": 292,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9949,
      "end": 9952,
      "loc": {
        "start": {
          "line": 292,
          "column": 22
        },
        "end": {
          "line": 292,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9952,
      "end": 9953,
      "loc": {
        "start": {
          "line": 292,
          "column": 25
        },
        "end": {
          "line": 292,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "detail",
      "start": 9953,
      "end": 9959,
      "loc": {
        "start": {
          "line": 292,
          "column": 26
        },
        "end": {
          "line": 292,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 9960,
      "end": 9962,
      "loc": {
        "start": {
          "line": 292,
          "column": 33
        },
        "end": {
          "line": 292,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 9963,
      "end": 9966,
      "loc": {
        "start": {
          "line": 292,
          "column": 36
        },
        "end": {
          "line": 292,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9966,
      "end": 9967,
      "loc": {
        "start": {
          "line": 292,
          "column": 39
        },
        "end": {
          "line": 292,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "messageDetail",
      "start": 9967,
      "end": 9980,
      "loc": {
        "start": {
          "line": 292,
          "column": 40
        },
        "end": {
          "line": 292,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9980,
      "end": 9981,
      "loc": {
        "start": {
          "line": 292,
          "column": 53
        },
        "end": {
          "line": 292,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 9987,
      "end": 9993,
      "loc": {
        "start": {
          "line": 294,
          "column": 4
        },
        "end": {
          "line": 294,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9994,
      "end": 9995,
      "loc": {
        "start": {
          "line": 294,
          "column": 11
        },
        "end": {
          "line": 294,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "code",
      "start": 9995,
      "end": 9999,
      "loc": {
        "start": {
          "line": 294,
          "column": 12
        },
        "end": {
          "line": 294,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9999,
      "end": 10000,
      "loc": {
        "start": {
          "line": 294,
          "column": 16
        },
        "end": {
          "line": 294,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10001,
      "end": 10002,
      "loc": {
        "start": {
          "line": 294,
          "column": 18
        },
        "end": {
          "line": 294,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10009,
      "end": 10013,
      "loc": {
        "start": {
          "line": 295,
          "column": 6
        },
        "end": {
          "line": 295,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "23503",
      "start": 10014,
      "end": 10021,
      "loc": {
        "start": {
          "line": 295,
          "column": 11
        },
        "end": {
          "line": 295,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10021,
      "end": 10022,
      "loc": {
        "start": {
          "line": 295,
          "column": 18
        },
        "end": {
          "line": 295,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 10031,
      "end": 10036,
      "loc": {
        "start": {
          "line": 296,
          "column": 8
        },
        "end": {
          "line": 296,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10037,
      "end": 10038,
      "loc": {
        "start": {
          "line": 296,
          "column": 14
        },
        "end": {
          "line": 296,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMessage",
      "start": 10039,
      "end": 10049,
      "loc": {
        "start": {
          "line": 296,
          "column": 16
        },
        "end": {
          "line": 296,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10049,
      "end": 10050,
      "loc": {
        "start": {
          "line": 296,
          "column": 26
        },
        "end": {
          "line": 296,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10050,
      "end": 10055,
      "loc": {
        "start": {
          "line": 296,
          "column": 27
        },
        "end": {
          "line": 296,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10055,
      "end": 10056,
      "loc": {
        "start": {
          "line": 296,
          "column": 32
        },
        "end": {
          "line": 296,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "violates foreign key constraint \\\"(.+?)\\\"",
        "flags": ""
      },
      "start": 10056,
      "end": 10099,
      "loc": {
        "start": {
          "line": 296,
          "column": 33
        },
        "end": {
          "line": 296,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10099,
      "end": 10100,
      "loc": {
        "start": {
          "line": 296,
          "column": 76
        },
        "end": {
          "line": 296,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10100,
      "end": 10101,
      "loc": {
        "start": {
          "line": 296,
          "column": 77
        },
        "end": {
          "line": 296,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 10110,
      "end": 10115,
      "loc": {
        "start": {
          "line": 297,
          "column": 8
        },
        "end": {
          "line": 297,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10116,
      "end": 10117,
      "loc": {
        "start": {
          "line": 297,
          "column": 14
        },
        "end": {
          "line": 297,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 10118,
      "end": 10123,
      "loc": {
        "start": {
          "line": 297,
          "column": 16
        },
        "end": {
          "line": 297,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10124,
      "end": 10125,
      "loc": {
        "start": {
          "line": 297,
          "column": 22
        },
        "end": {
          "line": 297,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 10126,
      "end": 10131,
      "loc": {
        "start": {
          "line": 297,
          "column": 24
        },
        "end": {
          "line": 297,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10131,
      "end": 10132,
      "loc": {
        "start": {
          "line": 297,
          "column": 29
        },
        "end": {
          "line": 297,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10132,
      "end": 10133,
      "loc": {
        "start": {
          "line": 297,
          "column": 30
        },
        "end": {
          "line": 297,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10133,
      "end": 10134,
      "loc": {
        "start": {
          "line": 297,
          "column": 31
        },
        "end": {
          "line": 297,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10135,
      "end": 10136,
      "loc": {
        "start": {
          "line": 297,
          "column": 33
        },
        "end": {
          "line": 297,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10137,
      "end": 10146,
      "loc": {
        "start": {
          "line": 297,
          "column": 35
        },
        "end": {
          "line": 297,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10146,
      "end": 10147,
      "loc": {
        "start": {
          "line": 297,
          "column": 44
        },
        "end": {
          "line": 297,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10156,
      "end": 10161,
      "loc": {
        "start": {
          "line": 298,
          "column": 8
        },
        "end": {
          "line": 298,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10162,
      "end": 10163,
      "loc": {
        "start": {
          "line": 298,
          "column": 14
        },
        "end": {
          "line": 298,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMessage",
      "start": 10164,
      "end": 10174,
      "loc": {
        "start": {
          "line": 298,
          "column": 16
        },
        "end": {
          "line": 298,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10174,
      "end": 10175,
      "loc": {
        "start": {
          "line": 298,
          "column": 26
        },
        "end": {
          "line": 298,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10175,
      "end": 10180,
      "loc": {
        "start": {
          "line": 298,
          "column": 27
        },
        "end": {
          "line": 298,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10180,
      "end": 10181,
      "loc": {
        "start": {
          "line": 298,
          "column": 32
        },
        "end": {
          "line": 298,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "on table \\\"(.+?)\\\"",
        "flags": ""
      },
      "start": 10181,
      "end": 10201,
      "loc": {
        "start": {
          "line": 298,
          "column": 33
        },
        "end": {
          "line": 298,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10201,
      "end": 10202,
      "loc": {
        "start": {
          "line": 298,
          "column": 53
        },
        "end": {
          "line": 298,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10202,
      "end": 10203,
      "loc": {
        "start": {
          "line": 298,
          "column": 54
        },
        "end": {
          "line": 298,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10212,
      "end": 10217,
      "loc": {
        "start": {
          "line": 299,
          "column": 8
        },
        "end": {
          "line": 299,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10218,
      "end": 10219,
      "loc": {
        "start": {
          "line": 299,
          "column": 14
        },
        "end": {
          "line": 299,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10220,
      "end": 10225,
      "loc": {
        "start": {
          "line": 299,
          "column": 16
        },
        "end": {
          "line": 299,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10226,
      "end": 10227,
      "loc": {
        "start": {
          "line": 299,
          "column": 22
        },
        "end": {
          "line": 299,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10228,
      "end": 10233,
      "loc": {
        "start": {
          "line": 299,
          "column": 24
        },
        "end": {
          "line": 299,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10233,
      "end": 10234,
      "loc": {
        "start": {
          "line": 299,
          "column": 29
        },
        "end": {
          "line": 299,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10234,
      "end": 10235,
      "loc": {
        "start": {
          "line": 299,
          "column": 30
        },
        "end": {
          "line": 299,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10235,
      "end": 10236,
      "loc": {
        "start": {
          "line": 299,
          "column": 31
        },
        "end": {
          "line": 299,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10237,
      "end": 10238,
      "loc": {
        "start": {
          "line": 299,
          "column": 33
        },
        "end": {
          "line": 299,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10239,
      "end": 10248,
      "loc": {
        "start": {
          "line": 299,
          "column": 35
        },
        "end": {
          "line": 299,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10248,
      "end": 10249,
      "loc": {
        "start": {
          "line": 299,
          "column": 44
        },
        "end": {
          "line": 299,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 10259,
      "end": 10265,
      "loc": {
        "start": {
          "line": 301,
          "column": 8
        },
        "end": {
          "line": 301,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 10266,
      "end": 10269,
      "loc": {
        "start": {
          "line": 301,
          "column": 15
        },
        "end": {
          "line": 301,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 10270,
      "end": 10285,
      "loc": {
        "start": {
          "line": 301,
          "column": 19
        },
        "end": {
          "line": 301,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10285,
      "end": 10286,
      "loc": {
        "start": {
          "line": 301,
          "column": 34
        },
        "end": {
          "line": 301,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ForeignKeyConstraintError",
      "start": 10286,
      "end": 10311,
      "loc": {
        "start": {
          "line": 301,
          "column": 35
        },
        "end": {
          "line": 301,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10311,
      "end": 10312,
      "loc": {
        "start": {
          "line": 301,
          "column": 60
        },
        "end": {
          "line": 301,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10312,
      "end": 10313,
      "loc": {
        "start": {
          "line": 301,
          "column": 61
        },
        "end": {
          "line": 301,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 10313,
      "end": 10320,
      "loc": {
        "start": {
          "line": 301,
          "column": 62
        },
        "end": {
          "line": 301,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10320,
      "end": 10321,
      "loc": {
        "start": {
          "line": 301,
          "column": 69
        },
        "end": {
          "line": 301,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMessage",
      "start": 10322,
      "end": 10332,
      "loc": {
        "start": {
          "line": 301,
          "column": 71
        },
        "end": {
          "line": 301,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10332,
      "end": 10333,
      "loc": {
        "start": {
          "line": 301,
          "column": 81
        },
        "end": {
          "line": 301,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10334,
      "end": 10340,
      "loc": {
        "start": {
          "line": 301,
          "column": 83
        },
        "end": {
          "line": 301,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10340,
      "end": 10341,
      "loc": {
        "start": {
          "line": 301,
          "column": 89
        },
        "end": {
          "line": 301,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 10342,
      "end": 10346,
      "loc": {
        "start": {
          "line": 301,
          "column": 91
        },
        "end": {
          "line": 301,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10346,
      "end": 10347,
      "loc": {
        "start": {
          "line": 301,
          "column": 95
        },
        "end": {
          "line": 301,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 10348,
      "end": 10353,
      "loc": {
        "start": {
          "line": 301,
          "column": 97
        },
        "end": {
          "line": 301,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10353,
      "end": 10354,
      "loc": {
        "start": {
          "line": 301,
          "column": 102
        },
        "end": {
          "line": 301,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 10355,
      "end": 10360,
      "loc": {
        "start": {
          "line": 301,
          "column": 104
        },
        "end": {
          "line": 301,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10360,
      "end": 10361,
      "loc": {
        "start": {
          "line": 301,
          "column": 109
        },
        "end": {
          "line": 301,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 10362,
      "end": 10368,
      "loc": {
        "start": {
          "line": 301,
          "column": 111
        },
        "end": {
          "line": 301,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10368,
      "end": 10369,
      "loc": {
        "start": {
          "line": 301,
          "column": 117
        },
        "end": {
          "line": 301,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 10370,
      "end": 10373,
      "loc": {
        "start": {
          "line": 301,
          "column": 119
        },
        "end": {
          "line": 301,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10373,
      "end": 10374,
      "loc": {
        "start": {
          "line": 301,
          "column": 122
        },
        "end": {
          "line": 301,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10374,
      "end": 10375,
      "loc": {
        "start": {
          "line": 301,
          "column": 123
        },
        "end": {
          "line": 301,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10375,
      "end": 10376,
      "loc": {
        "start": {
          "line": 301,
          "column": 124
        },
        "end": {
          "line": 301,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 10383,
      "end": 10387,
      "loc": {
        "start": {
          "line": 302,
          "column": 6
        },
        "end": {
          "line": 302,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "23505",
      "start": 10388,
      "end": 10395,
      "loc": {
        "start": {
          "line": 302,
          "column": 11
        },
        "end": {
          "line": 302,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10395,
      "end": 10396,
      "loc": {
        "start": {
          "line": 302,
          "column": 18
        },
        "end": {
          "line": 302,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " there are multiple different formats of error messages for this error code",
      "start": 10405,
      "end": 10482,
      "loc": {
        "start": {
          "line": 303,
          "column": 8
        },
        "end": {
          "line": 303,
          "column": 85
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " this regex should check at least two",
      "start": 10491,
      "end": 10530,
      "loc": {
        "start": {
          "line": 304,
          "column": 8
        },
        "end": {
          "line": 304,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10539,
      "end": 10541,
      "loc": {
        "start": {
          "line": 305,
          "column": 8
        },
        "end": {
          "line": 305,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10542,
      "end": 10543,
      "loc": {
        "start": {
          "line": 305,
          "column": 11
        },
        "end": {
          "line": 305,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errDetail",
      "start": 10543,
      "end": 10552,
      "loc": {
        "start": {
          "line": 305,
          "column": 12
        },
        "end": {
          "line": 305,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 10553,
      "end": 10555,
      "loc": {
        "start": {
          "line": 305,
          "column": 22
        },
        "end": {
          "line": 305,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10556,
      "end": 10557,
      "loc": {
        "start": {
          "line": 305,
          "column": 25
        },
        "end": {
          "line": 305,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10557,
      "end": 10562,
      "loc": {
        "start": {
          "line": 305,
          "column": 26
        },
        "end": {
          "line": 305,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10563,
      "end": 10564,
      "loc": {
        "start": {
          "line": 305,
          "column": 32
        },
        "end": {
          "line": 305,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errDetail",
      "start": 10565,
      "end": 10574,
      "loc": {
        "start": {
          "line": 305,
          "column": 34
        },
        "end": {
          "line": 305,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10574,
      "end": 10575,
      "loc": {
        "start": {
          "line": 305,
          "column": 43
        },
        "end": {
          "line": 305,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "replace",
      "start": 10575,
      "end": 10582,
      "loc": {
        "start": {
          "line": 305,
          "column": 44
        },
        "end": {
          "line": 305,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10582,
      "end": 10583,
      "loc": {
        "start": {
          "line": 305,
          "column": 51
        },
        "end": {
          "line": 305,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "\"",
        "flags": "g"
      },
      "start": 10583,
      "end": 10587,
      "loc": {
        "start": {
          "line": 305,
          "column": 52
        },
        "end": {
          "line": 305,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10587,
      "end": 10588,
      "loc": {
        "start": {
          "line": 305,
          "column": 56
        },
        "end": {
          "line": 305,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 10589,
      "end": 10591,
      "loc": {
        "start": {
          "line": 305,
          "column": 58
        },
        "end": {
          "line": 305,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10591,
      "end": 10592,
      "loc": {
        "start": {
          "line": 305,
          "column": 60
        },
        "end": {
          "line": 305,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10592,
      "end": 10593,
      "loc": {
        "start": {
          "line": 305,
          "column": 61
        },
        "end": {
          "line": 305,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10593,
      "end": 10598,
      "loc": {
        "start": {
          "line": 305,
          "column": 62
        },
        "end": {
          "line": 305,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10598,
      "end": 10599,
      "loc": {
        "start": {
          "line": 305,
          "column": 67
        },
        "end": {
          "line": 305,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "Key \\((.*?)\\)=\\((.*?)\\)",
        "flags": ""
      },
      "start": 10599,
      "end": 10624,
      "loc": {
        "start": {
          "line": 305,
          "column": 68
        },
        "end": {
          "line": 305,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10624,
      "end": 10625,
      "loc": {
        "start": {
          "line": 305,
          "column": 93
        },
        "end": {
          "line": 305,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10625,
      "end": 10626,
      "loc": {
        "start": {
          "line": 305,
          "column": 94
        },
        "end": {
          "line": 305,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10626,
      "end": 10627,
      "loc": {
        "start": {
          "line": 305,
          "column": 95
        },
        "end": {
          "line": 305,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10628,
      "end": 10629,
      "loc": {
        "start": {
          "line": 305,
          "column": 97
        },
        "end": {
          "line": 305,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10640,
      "end": 10646,
      "loc": {
        "start": {
          "line": 306,
          "column": 10
        },
        "end": {
          "line": 306,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10647,
      "end": 10648,
      "loc": {
        "start": {
          "line": 306,
          "column": 17
        },
        "end": {
          "line": 306,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10649,
      "end": 10650,
      "loc": {
        "start": {
          "line": 306,
          "column": 19
        },
        "end": {
          "line": 306,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10650,
      "end": 10651,
      "loc": {
        "start": {
          "line": 306,
          "column": 20
        },
        "end": {
          "line": 306,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zipObject",
      "start": 10651,
      "end": 10660,
      "loc": {
        "start": {
          "line": 306,
          "column": 21
        },
        "end": {
          "line": 306,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10660,
      "end": 10661,
      "loc": {
        "start": {
          "line": 306,
          "column": 30
        },
        "end": {
          "line": 306,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10661,
      "end": 10666,
      "loc": {
        "start": {
          "line": 306,
          "column": 31
        },
        "end": {
          "line": 306,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10666,
      "end": 10667,
      "loc": {
        "start": {
          "line": 306,
          "column": 36
        },
        "end": {
          "line": 306,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 10667,
      "end": 10668,
      "loc": {
        "start": {
          "line": 306,
          "column": 37
        },
        "end": {
          "line": 306,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10668,
      "end": 10669,
      "loc": {
        "start": {
          "line": 306,
          "column": 38
        },
        "end": {
          "line": 306,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10669,
      "end": 10670,
      "loc": {
        "start": {
          "line": 306,
          "column": 39
        },
        "end": {
          "line": 306,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 10670,
      "end": 10675,
      "loc": {
        "start": {
          "line": 306,
          "column": 40
        },
        "end": {
          "line": 306,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10675,
      "end": 10676,
      "loc": {
        "start": {
          "line": 306,
          "column": 45
        },
        "end": {
          "line": 306,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 10676,
      "end": 10680,
      "loc": {
        "start": {
          "line": 306,
          "column": 46
        },
        "end": {
          "line": 306,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10680,
      "end": 10681,
      "loc": {
        "start": {
          "line": 306,
          "column": 50
        },
        "end": {
          "line": 306,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10681,
      "end": 10682,
      "loc": {
        "start": {
          "line": 306,
          "column": 51
        },
        "end": {
          "line": 306,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 10683,
      "end": 10688,
      "loc": {
        "start": {
          "line": 306,
          "column": 53
        },
        "end": {
          "line": 306,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10688,
      "end": 10689,
      "loc": {
        "start": {
          "line": 306,
          "column": 58
        },
        "end": {
          "line": 306,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 10689,
      "end": 10690,
      "loc": {
        "start": {
          "line": 306,
          "column": 59
        },
        "end": {
          "line": 306,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10690,
      "end": 10691,
      "loc": {
        "start": {
          "line": 306,
          "column": 60
        },
        "end": {
          "line": 306,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10691,
      "end": 10692,
      "loc": {
        "start": {
          "line": 306,
          "column": 61
        },
        "end": {
          "line": 306,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 10692,
      "end": 10697,
      "loc": {
        "start": {
          "line": 306,
          "column": 62
        },
        "end": {
          "line": 306,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10697,
      "end": 10698,
      "loc": {
        "start": {
          "line": 306,
          "column": 67
        },
        "end": {
          "line": 306,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 10698,
      "end": 10702,
      "loc": {
        "start": {
          "line": 306,
          "column": 68
        },
        "end": {
          "line": 306,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10702,
      "end": 10703,
      "loc": {
        "start": {
          "line": 306,
          "column": 72
        },
        "end": {
          "line": 306,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10703,
      "end": 10704,
      "loc": {
        "start": {
          "line": 306,
          "column": 73
        },
        "end": {
          "line": 306,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10704,
      "end": 10705,
      "loc": {
        "start": {
          "line": 306,
          "column": 74
        },
        "end": {
          "line": 306,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 10716,
      "end": 10722,
      "loc": {
        "start": {
          "line": 307,
          "column": 10
        },
        "end": {
          "line": 307,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10723,
      "end": 10724,
      "loc": {
        "start": {
          "line": 307,
          "column": 17
        },
        "end": {
          "line": 307,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10725,
      "end": 10726,
      "loc": {
        "start": {
          "line": 307,
          "column": 19
        },
        "end": {
          "line": 307,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10726,
      "end": 10727,
      "loc": {
        "start": {
          "line": 307,
          "column": 20
        },
        "end": {
          "line": 307,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10727,
      "end": 10728,
      "loc": {
        "start": {
          "line": 307,
          "column": 21
        },
        "end": {
          "line": 307,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 10739,
      "end": 10746,
      "loc": {
        "start": {
          "line": 308,
          "column": 10
        },
        "end": {
          "line": 308,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10747,
      "end": 10748,
      "loc": {
        "start": {
          "line": 308,
          "column": 18
        },
        "end": {
          "line": 308,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Validation error",
      "start": 10749,
      "end": 10767,
      "loc": {
        "start": {
          "line": 308,
          "column": 20
        },
        "end": {
          "line": 308,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10767,
      "end": 10768,
      "loc": {
        "start": {
          "line": 308,
          "column": 38
        },
        "end": {
          "line": 308,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 10780,
      "end": 10781,
      "loc": {
        "start": {
          "line": 310,
          "column": 10
        },
        "end": {
          "line": 310,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10781,
      "end": 10782,
      "loc": {
        "start": {
          "line": 310,
          "column": 11
        },
        "end": {
          "line": 310,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forOwn",
      "start": 10782,
      "end": 10788,
      "loc": {
        "start": {
          "line": 310,
          "column": 12
        },
        "end": {
          "line": 310,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10788,
      "end": 10789,
      "loc": {
        "start": {
          "line": 310,
          "column": 18
        },
        "end": {
          "line": 310,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 10789,
      "end": 10795,
      "loc": {
        "start": {
          "line": 310,
          "column": 19
        },
        "end": {
          "line": 310,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10795,
      "end": 10796,
      "loc": {
        "start": {
          "line": 310,
          "column": 25
        },
        "end": {
          "line": 310,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10797,
      "end": 10798,
      "loc": {
        "start": {
          "line": 310,
          "column": 27
        },
        "end": {
          "line": 310,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10798,
      "end": 10803,
      "loc": {
        "start": {
          "line": 310,
          "column": 28
        },
        "end": {
          "line": 310,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10803,
      "end": 10804,
      "loc": {
        "start": {
          "line": 310,
          "column": 33
        },
        "end": {
          "line": 310,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10805,
      "end": 10810,
      "loc": {
        "start": {
          "line": 310,
          "column": 35
        },
        "end": {
          "line": 310,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10810,
      "end": 10811,
      "loc": {
        "start": {
          "line": 310,
          "column": 40
        },
        "end": {
          "line": 310,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10812,
      "end": 10814,
      "loc": {
        "start": {
          "line": 310,
          "column": 42
        },
        "end": {
          "line": 310,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10815,
      "end": 10816,
      "loc": {
        "start": {
          "line": 310,
          "column": 45
        },
        "end": {
          "line": 310,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 10829,
      "end": 10835,
      "loc": {
        "start": {
          "line": 311,
          "column": 12
        },
        "end": {
          "line": 311,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10835,
      "end": 10836,
      "loc": {
        "start": {
          "line": 311,
          "column": 18
        },
        "end": {
          "line": 311,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 10836,
      "end": 10840,
      "loc": {
        "start": {
          "line": 311,
          "column": 19
        },
        "end": {
          "line": 311,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10840,
      "end": 10841,
      "loc": {
        "start": {
          "line": 311,
          "column": 23
        },
        "end": {
          "line": 311,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 10841,
      "end": 10844,
      "loc": {
        "start": {
          "line": 311,
          "column": 24
        },
        "end": {
          "line": 311,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 10845,
      "end": 10860,
      "loc": {
        "start": {
          "line": 311,
          "column": 28
        },
        "end": {
          "line": 311,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10860,
      "end": 10861,
      "loc": {
        "start": {
          "line": 311,
          "column": 43
        },
        "end": {
          "line": 311,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ValidationErrorItem",
      "start": 10861,
      "end": 10880,
      "loc": {
        "start": {
          "line": 311,
          "column": 44
        },
        "end": {
          "line": 311,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10880,
      "end": 10881,
      "loc": {
        "start": {
          "line": 311,
          "column": 63
        },
        "end": {
          "line": 311,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10896,
      "end": 10900,
      "loc": {
        "start": {
          "line": 312,
          "column": 14
        },
        "end": {
          "line": 312,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10900,
      "end": 10901,
      "loc": {
        "start": {
          "line": 312,
          "column": 18
        },
        "end": {
          "line": 312,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getUniqueConstraintErrorMessage",
      "start": 10901,
      "end": 10932,
      "loc": {
        "start": {
          "line": 312,
          "column": 19
        },
        "end": {
          "line": 312,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10932,
      "end": 10933,
      "loc": {
        "start": {
          "line": 312,
          "column": 50
        },
        "end": {
          "line": 312,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10933,
      "end": 10938,
      "loc": {
        "start": {
          "line": 312,
          "column": 51
        },
        "end": {
          "line": 312,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10938,
      "end": 10939,
      "loc": {
        "start": {
          "line": 312,
          "column": 56
        },
        "end": {
          "line": 312,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10939,
      "end": 10940,
      "loc": {
        "start": {
          "line": 312,
          "column": 57
        },
        "end": {
          "line": 312,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "unique violation",
      "start": 10955,
      "end": 10973,
      "loc": {
        "start": {
          "line": 313,
          "column": 14
        },
        "end": {
          "line": 313,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10973,
      "end": 10974,
      "loc": {
        "start": {
          "line": 313,
          "column": 32
        },
        "end": {
          "line": 313,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "field",
      "start": 10975,
      "end": 10980,
      "loc": {
        "start": {
          "line": 313,
          "column": 34
        },
        "end": {
          "line": 313,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10980,
      "end": 10981,
      "loc": {
        "start": {
          "line": 313,
          "column": 39
        },
        "end": {
          "line": 313,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "value",
      "start": 10982,
      "end": 10987,
      "loc": {
        "start": {
          "line": 313,
          "column": 41
        },
        "end": {
          "line": 313,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10987,
      "end": 10988,
      "loc": {
        "start": {
          "line": 313,
          "column": 46
        },
        "end": {
          "line": 313,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10988,
      "end": 10989,
      "loc": {
        "start": {
          "line": 313,
          "column": 47
        },
        "end": {
          "line": 313,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10989,
      "end": 10990,
      "loc": {
        "start": {
          "line": 313,
          "column": 48
        },
        "end": {
          "line": 313,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11001,
      "end": 11002,
      "loc": {
        "start": {
          "line": 314,
          "column": 10
        },
        "end": {
          "line": 314,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11002,
      "end": 11003,
      "loc": {
        "start": {
          "line": 314,
          "column": 11
        },
        "end": {
          "line": 314,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11003,
      "end": 11004,
      "loc": {
        "start": {
          "line": 314,
          "column": 12
        },
        "end": {
          "line": 314,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11016,
      "end": 11018,
      "loc": {
        "start": {
          "line": 316,
          "column": 10
        },
        "end": {
          "line": 316,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11019,
      "end": 11020,
      "loc": {
        "start": {
          "line": 316,
          "column": 13
        },
        "end": {
          "line": 316,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11020,
      "end": 11024,
      "loc": {
        "start": {
          "line": 316,
          "column": 14
        },
        "end": {
          "line": 316,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11024,
      "end": 11025,
      "loc": {
        "start": {
          "line": 316,
          "column": 18
        },
        "end": {
          "line": 316,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 11025,
      "end": 11030,
      "loc": {
        "start": {
          "line": 316,
          "column": 19
        },
        "end": {
          "line": 316,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11031,
      "end": 11033,
      "loc": {
        "start": {
          "line": 316,
          "column": 25
        },
        "end": {
          "line": 316,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11034,
      "end": 11038,
      "loc": {
        "start": {
          "line": 316,
          "column": 28
        },
        "end": {
          "line": 316,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11038,
      "end": 11039,
      "loc": {
        "start": {
          "line": 316,
          "column": 32
        },
        "end": {
          "line": 316,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 11039,
      "end": 11044,
      "loc": {
        "start": {
          "line": 316,
          "column": 33
        },
        "end": {
          "line": 316,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11044,
      "end": 11045,
      "loc": {
        "start": {
          "line": 316,
          "column": 38
        },
        "end": {
          "line": 316,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 11045,
      "end": 11055,
      "loc": {
        "start": {
          "line": 316,
          "column": 39
        },
        "end": {
          "line": 316,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11055,
      "end": 11056,
      "loc": {
        "start": {
          "line": 316,
          "column": 49
        },
        "end": {
          "line": 316,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11057,
      "end": 11058,
      "loc": {
        "start": {
          "line": 316,
          "column": 51
        },
        "end": {
          "line": 316,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11071,
      "end": 11072,
      "loc": {
        "start": {
          "line": 317,
          "column": 12
        },
        "end": {
          "line": 317,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11072,
      "end": 11073,
      "loc": {
        "start": {
          "line": 317,
          "column": 13
        },
        "end": {
          "line": 317,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forOwn",
      "start": 11073,
      "end": 11079,
      "loc": {
        "start": {
          "line": 317,
          "column": 14
        },
        "end": {
          "line": 317,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11079,
      "end": 11080,
      "loc": {
        "start": {
          "line": 317,
          "column": 20
        },
        "end": {
          "line": 317,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11080,
      "end": 11084,
      "loc": {
        "start": {
          "line": 317,
          "column": 21
        },
        "end": {
          "line": 317,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11084,
      "end": 11085,
      "loc": {
        "start": {
          "line": 317,
          "column": 25
        },
        "end": {
          "line": 317,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "model",
      "start": 11085,
      "end": 11090,
      "loc": {
        "start": {
          "line": 317,
          "column": 26
        },
        "end": {
          "line": 317,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11090,
      "end": 11091,
      "loc": {
        "start": {
          "line": 317,
          "column": 31
        },
        "end": {
          "line": 317,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uniqueKeys",
      "start": 11091,
      "end": 11101,
      "loc": {
        "start": {
          "line": 317,
          "column": 32
        },
        "end": {
          "line": 317,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11101,
      "end": 11102,
      "loc": {
        "start": {
          "line": 317,
          "column": 42
        },
        "end": {
          "line": 317,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11103,
      "end": 11113,
      "loc": {
        "start": {
          "line": 317,
          "column": 44
        },
        "end": {
          "line": 317,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11114,
      "end": 11116,
      "loc": {
        "start": {
          "line": 317,
          "column": 55
        },
        "end": {
          "line": 317,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11117,
      "end": 11118,
      "loc": {
        "start": {
          "line": 317,
          "column": 58
        },
        "end": {
          "line": 317,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11133,
      "end": 11135,
      "loc": {
        "start": {
          "line": 318,
          "column": 14
        },
        "end": {
          "line": 318,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11136,
      "end": 11137,
      "loc": {
        "start": {
          "line": 318,
          "column": 17
        },
        "end": {
          "line": 318,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11137,
      "end": 11138,
      "loc": {
        "start": {
          "line": 318,
          "column": 18
        },
        "end": {
          "line": 318,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11138,
      "end": 11139,
      "loc": {
        "start": {
          "line": 318,
          "column": 19
        },
        "end": {
          "line": 318,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isEqual",
      "start": 11139,
      "end": 11146,
      "loc": {
        "start": {
          "line": 318,
          "column": 20
        },
        "end": {
          "line": 318,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11146,
      "end": 11147,
      "loc": {
        "start": {
          "line": 318,
          "column": 27
        },
        "end": {
          "line": 318,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11147,
      "end": 11157,
      "loc": {
        "start": {
          "line": 318,
          "column": 28
        },
        "end": {
          "line": 318,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11157,
      "end": 11158,
      "loc": {
        "start": {
          "line": 318,
          "column": 38
        },
        "end": {
          "line": 318,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 11158,
      "end": 11164,
      "loc": {
        "start": {
          "line": 318,
          "column": 39
        },
        "end": {
          "line": 318,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11164,
      "end": 11165,
      "loc": {
        "start": {
          "line": 318,
          "column": 45
        },
        "end": {
          "line": 318,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 11166,
      "end": 11172,
      "loc": {
        "start": {
          "line": 318,
          "column": 47
        },
        "end": {
          "line": 318,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11172,
      "end": 11173,
      "loc": {
        "start": {
          "line": 318,
          "column": 53
        },
        "end": {
          "line": 318,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 11173,
      "end": 11177,
      "loc": {
        "start": {
          "line": 318,
          "column": 54
        },
        "end": {
          "line": 318,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11177,
      "end": 11178,
      "loc": {
        "start": {
          "line": 318,
          "column": 58
        },
        "end": {
          "line": 318,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 11178,
      "end": 11184,
      "loc": {
        "start": {
          "line": 318,
          "column": 59
        },
        "end": {
          "line": 318,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11184,
      "end": 11185,
      "loc": {
        "start": {
          "line": 318,
          "column": 65
        },
        "end": {
          "line": 318,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11185,
      "end": 11186,
      "loc": {
        "start": {
          "line": 318,
          "column": 66
        },
        "end": {
          "line": 318,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 11187,
      "end": 11189,
      "loc": {
        "start": {
          "line": 318,
          "column": 68
        },
        "end": {
          "line": 318,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11190,
      "end": 11191,
      "loc": {
        "start": {
          "line": 318,
          "column": 71
        },
        "end": {
          "line": 318,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 11191,
      "end": 11192,
      "loc": {
        "start": {
          "line": 318,
          "column": 72
        },
        "end": {
          "line": 318,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11192,
      "end": 11202,
      "loc": {
        "start": {
          "line": 318,
          "column": 73
        },
        "end": {
          "line": 318,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11202,
      "end": 11203,
      "loc": {
        "start": {
          "line": 318,
          "column": 83
        },
        "end": {
          "line": 318,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 11203,
      "end": 11206,
      "loc": {
        "start": {
          "line": 318,
          "column": 84
        },
        "end": {
          "line": 318,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11206,
      "end": 11207,
      "loc": {
        "start": {
          "line": 318,
          "column": 87
        },
        "end": {
          "line": 318,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11208,
      "end": 11209,
      "loc": {
        "start": {
          "line": 318,
          "column": 89
        },
        "end": {
          "line": 318,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11226,
      "end": 11233,
      "loc": {
        "start": {
          "line": 319,
          "column": 16
        },
        "end": {
          "line": 319,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11234,
      "end": 11235,
      "loc": {
        "start": {
          "line": 319,
          "column": 24
        },
        "end": {
          "line": 319,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11236,
      "end": 11246,
      "loc": {
        "start": {
          "line": 319,
          "column": 26
        },
        "end": {
          "line": 319,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11246,
      "end": 11247,
      "loc": {
        "start": {
          "line": 319,
          "column": 36
        },
        "end": {
          "line": 319,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "msg",
      "start": 11247,
      "end": 11250,
      "loc": {
        "start": {
          "line": 319,
          "column": 37
        },
        "end": {
          "line": 319,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11250,
      "end": 11251,
      "loc": {
        "start": {
          "line": 319,
          "column": 40
        },
        "end": {
          "line": 319,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11268,
      "end": 11274,
      "loc": {
        "start": {
          "line": 320,
          "column": 16
        },
        "end": {
          "line": 320,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 11275,
      "end": 11280,
      "loc": {
        "start": {
          "line": 320,
          "column": 23
        },
        "end": {
          "line": 320,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11280,
      "end": 11281,
      "loc": {
        "start": {
          "line": 320,
          "column": 28
        },
        "end": {
          "line": 320,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11296,
      "end": 11297,
      "loc": {
        "start": {
          "line": 321,
          "column": 14
        },
        "end": {
          "line": 321,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11310,
      "end": 11311,
      "loc": {
        "start": {
          "line": 322,
          "column": 12
        },
        "end": {
          "line": 322,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11311,
      "end": 11312,
      "loc": {
        "start": {
          "line": 322,
          "column": 13
        },
        "end": {
          "line": 322,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11312,
      "end": 11313,
      "loc": {
        "start": {
          "line": 322,
          "column": 14
        },
        "end": {
          "line": 322,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11324,
      "end": 11325,
      "loc": {
        "start": {
          "line": 323,
          "column": 10
        },
        "end": {
          "line": 323,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11337,
      "end": 11343,
      "loc": {
        "start": {
          "line": 325,
          "column": 10
        },
        "end": {
          "line": 325,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 11344,
      "end": 11347,
      "loc": {
        "start": {
          "line": 325,
          "column": 17
        },
        "end": {
          "line": 325,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 11348,
      "end": 11363,
      "loc": {
        "start": {
          "line": 325,
          "column": 21
        },
        "end": {
          "line": 325,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11363,
      "end": 11364,
      "loc": {
        "start": {
          "line": 325,
          "column": 36
        },
        "end": {
          "line": 325,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UniqueConstraintError",
      "start": 11364,
      "end": 11385,
      "loc": {
        "start": {
          "line": 325,
          "column": 37
        },
        "end": {
          "line": 325,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11385,
      "end": 11386,
      "loc": {
        "start": {
          "line": 325,
          "column": 58
        },
        "end": {
          "line": 325,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11386,
      "end": 11387,
      "loc": {
        "start": {
          "line": 325,
          "column": 59
        },
        "end": {
          "line": 325,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11387,
      "end": 11394,
      "loc": {
        "start": {
          "line": 325,
          "column": 60
        },
        "end": {
          "line": 325,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11394,
      "end": 11395,
      "loc": {
        "start": {
          "line": 325,
          "column": 67
        },
        "end": {
          "line": 325,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errors",
      "start": 11396,
      "end": 11402,
      "loc": {
        "start": {
          "line": 325,
          "column": 69
        },
        "end": {
          "line": 325,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11402,
      "end": 11403,
      "loc": {
        "start": {
          "line": 325,
          "column": 75
        },
        "end": {
          "line": 325,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 11404,
      "end": 11410,
      "loc": {
        "start": {
          "line": 325,
          "column": 77
        },
        "end": {
          "line": 325,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11410,
      "end": 11411,
      "loc": {
        "start": {
          "line": 325,
          "column": 83
        },
        "end": {
          "line": 325,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11412,
      "end": 11415,
      "loc": {
        "start": {
          "line": 325,
          "column": 85
        },
        "end": {
          "line": 325,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11415,
      "end": 11416,
      "loc": {
        "start": {
          "line": 325,
          "column": 88
        },
        "end": {
          "line": 325,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 11417,
      "end": 11423,
      "loc": {
        "start": {
          "line": 325,
          "column": 90
        },
        "end": {
          "line": 325,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11423,
      "end": 11424,
      "loc": {
        "start": {
          "line": 325,
          "column": 96
        },
        "end": {
          "line": 325,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11424,
      "end": 11425,
      "loc": {
        "start": {
          "line": 325,
          "column": 97
        },
        "end": {
          "line": 325,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11425,
      "end": 11426,
      "loc": {
        "start": {
          "line": 325,
          "column": 98
        },
        "end": {
          "line": 325,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11435,
      "end": 11436,
      "loc": {
        "start": {
          "line": 326,
          "column": 8
        },
        "end": {
          "line": 326,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 11437,
      "end": 11441,
      "loc": {
        "start": {
          "line": 326,
          "column": 10
        },
        "end": {
          "line": 326,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11442,
      "end": 11443,
      "loc": {
        "start": {
          "line": 326,
          "column": 15
        },
        "end": {
          "line": 326,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11454,
      "end": 11460,
      "loc": {
        "start": {
          "line": 327,
          "column": 10
        },
        "end": {
          "line": 327,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 11461,
      "end": 11464,
      "loc": {
        "start": {
          "line": 327,
          "column": 17
        },
        "end": {
          "line": 327,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 11465,
      "end": 11480,
      "loc": {
        "start": {
          "line": 327,
          "column": 21
        },
        "end": {
          "line": 327,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11480,
      "end": 11481,
      "loc": {
        "start": {
          "line": 327,
          "column": 36
        },
        "end": {
          "line": 327,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "UniqueConstraintError",
      "start": 11481,
      "end": 11502,
      "loc": {
        "start": {
          "line": 327,
          "column": 37
        },
        "end": {
          "line": 327,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11502,
      "end": 11503,
      "loc": {
        "start": {
          "line": 327,
          "column": 58
        },
        "end": {
          "line": 327,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11503,
      "end": 11504,
      "loc": {
        "start": {
          "line": 327,
          "column": 59
        },
        "end": {
          "line": 327,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11517,
      "end": 11524,
      "loc": {
        "start": {
          "line": 328,
          "column": 12
        },
        "end": {
          "line": 328,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11524,
      "end": 11525,
      "loc": {
        "start": {
          "line": 328,
          "column": 19
        },
        "end": {
          "line": 328,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errMessage",
      "start": 11526,
      "end": 11536,
      "loc": {
        "start": {
          "line": 328,
          "column": 21
        },
        "end": {
          "line": 328,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11536,
      "end": 11537,
      "loc": {
        "start": {
          "line": 328,
          "column": 31
        },
        "end": {
          "line": 328,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 11550,
      "end": 11556,
      "loc": {
        "start": {
          "line": 329,
          "column": 12
        },
        "end": {
          "line": 329,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11556,
      "end": 11557,
      "loc": {
        "start": {
          "line": 329,
          "column": 18
        },
        "end": {
          "line": 329,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11558,
      "end": 11561,
      "loc": {
        "start": {
          "line": 329,
          "column": 20
        },
        "end": {
          "line": 329,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11572,
      "end": 11573,
      "loc": {
        "start": {
          "line": 330,
          "column": 10
        },
        "end": {
          "line": 330,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11573,
      "end": 11574,
      "loc": {
        "start": {
          "line": 330,
          "column": 11
        },
        "end": {
          "line": 330,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11574,
      "end": 11575,
      "loc": {
        "start": {
          "line": 330,
          "column": 12
        },
        "end": {
          "line": 330,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11584,
      "end": 11585,
      "loc": {
        "start": {
          "line": 331,
          "column": 8
        },
        "end": {
          "line": 331,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "break",
        "keyword": "break",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "break",
      "start": 11595,
      "end": 11600,
      "loc": {
        "start": {
          "line": 333,
          "column": 8
        },
        "end": {
          "line": 333,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11600,
      "end": 11601,
      "loc": {
        "start": {
          "line": 333,
          "column": 13
        },
        "end": {
          "line": 333,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 11608,
      "end": 11612,
      "loc": {
        "start": {
          "line": 334,
          "column": 6
        },
        "end": {
          "line": 334,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "23P01",
      "start": 11613,
      "end": 11620,
      "loc": {
        "start": {
          "line": 334,
          "column": 11
        },
        "end": {
          "line": 334,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11620,
      "end": 11621,
      "loc": {
        "start": {
          "line": 334,
          "column": 18
        },
        "end": {
          "line": 334,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11630,
      "end": 11635,
      "loc": {
        "start": {
          "line": 335,
          "column": 8
        },
        "end": {
          "line": 335,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11636,
      "end": 11637,
      "loc": {
        "start": {
          "line": 335,
          "column": 14
        },
        "end": {
          "line": 335,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "errDetail",
      "start": 11638,
      "end": 11647,
      "loc": {
        "start": {
          "line": 335,
          "column": 16
        },
        "end": {
          "line": 335,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11647,
      "end": 11648,
      "loc": {
        "start": {
          "line": 335,
          "column": 25
        },
        "end": {
          "line": 335,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11648,
      "end": 11653,
      "loc": {
        "start": {
          "line": 335,
          "column": 26
        },
        "end": {
          "line": 335,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11653,
      "end": 11654,
      "loc": {
        "start": {
          "line": 335,
          "column": 31
        },
        "end": {
          "line": 335,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "Key \\((.*?)\\)=\\((.*?)\\)",
        "flags": ""
      },
      "start": 11654,
      "end": 11679,
      "loc": {
        "start": {
          "line": 335,
          "column": 32
        },
        "end": {
          "line": 335,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11679,
      "end": 11680,
      "loc": {
        "start": {
          "line": 335,
          "column": 57
        },
        "end": {
          "line": 335,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11680,
      "end": 11681,
      "loc": {
        "start": {
          "line": 335,
          "column": 58
        },
        "end": {
          "line": 335,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11691,
      "end": 11693,
      "loc": {
        "start": {
          "line": 337,
          "column": 8
        },
        "end": {
          "line": 337,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11694,
      "end": 11695,
      "loc": {
        "start": {
          "line": 337,
          "column": 11
        },
        "end": {
          "line": 337,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11695,
      "end": 11700,
      "loc": {
        "start": {
          "line": 337,
          "column": 12
        },
        "end": {
          "line": 337,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11700,
      "end": 11701,
      "loc": {
        "start": {
          "line": 337,
          "column": 17
        },
        "end": {
          "line": 337,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11702,
      "end": 11703,
      "loc": {
        "start": {
          "line": 337,
          "column": 19
        },
        "end": {
          "line": 337,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 11714,
      "end": 11720,
      "loc": {
        "start": {
          "line": 338,
          "column": 10
        },
        "end": {
          "line": 338,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11721,
      "end": 11722,
      "loc": {
        "start": {
          "line": 338,
          "column": 17
        },
        "end": {
          "line": 338,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_",
      "start": 11723,
      "end": 11724,
      "loc": {
        "start": {
          "line": 338,
          "column": 19
        },
        "end": {
          "line": 338,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11724,
      "end": 11725,
      "loc": {
        "start": {
          "line": 338,
          "column": 20
        },
        "end": {
          "line": 338,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "zipObject",
      "start": 11725,
      "end": 11734,
      "loc": {
        "start": {
          "line": 338,
          "column": 21
        },
        "end": {
          "line": 338,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11734,
      "end": 11735,
      "loc": {
        "start": {
          "line": 338,
          "column": 30
        },
        "end": {
          "line": 338,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11735,
      "end": 11740,
      "loc": {
        "start": {
          "line": 338,
          "column": 31
        },
        "end": {
          "line": 338,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11740,
      "end": 11741,
      "loc": {
        "start": {
          "line": 338,
          "column": 36
        },
        "end": {
          "line": 338,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 11741,
      "end": 11742,
      "loc": {
        "start": {
          "line": 338,
          "column": 37
        },
        "end": {
          "line": 338,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11742,
      "end": 11743,
      "loc": {
        "start": {
          "line": 338,
          "column": 38
        },
        "end": {
          "line": 338,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11743,
      "end": 11744,
      "loc": {
        "start": {
          "line": 338,
          "column": 39
        },
        "end": {
          "line": 338,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 11744,
      "end": 11749,
      "loc": {
        "start": {
          "line": 338,
          "column": 40
        },
        "end": {
          "line": 338,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11749,
      "end": 11750,
      "loc": {
        "start": {
          "line": 338,
          "column": 45
        },
        "end": {
          "line": 338,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 11750,
      "end": 11754,
      "loc": {
        "start": {
          "line": 338,
          "column": 46
        },
        "end": {
          "line": 338,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11754,
      "end": 11755,
      "loc": {
        "start": {
          "line": 338,
          "column": 50
        },
        "end": {
          "line": 338,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11755,
      "end": 11756,
      "loc": {
        "start": {
          "line": 338,
          "column": 51
        },
        "end": {
          "line": 338,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "match",
      "start": 11757,
      "end": 11762,
      "loc": {
        "start": {
          "line": 338,
          "column": 53
        },
        "end": {
          "line": 338,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11762,
      "end": 11763,
      "loc": {
        "start": {
          "line": 338,
          "column": 58
        },
        "end": {
          "line": 338,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 11763,
      "end": 11764,
      "loc": {
        "start": {
          "line": 338,
          "column": 59
        },
        "end": {
          "line": 338,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11764,
      "end": 11765,
      "loc": {
        "start": {
          "line": 338,
          "column": 60
        },
        "end": {
          "line": 338,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11765,
      "end": 11766,
      "loc": {
        "start": {
          "line": 338,
          "column": 61
        },
        "end": {
          "line": 338,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "split",
      "start": 11766,
      "end": 11771,
      "loc": {
        "start": {
          "line": 338,
          "column": 62
        },
        "end": {
          "line": 338,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11771,
      "end": 11772,
      "loc": {
        "start": {
          "line": 338,
          "column": 67
        },
        "end": {
          "line": 338,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 11772,
      "end": 11776,
      "loc": {
        "start": {
          "line": 338,
          "column": 68
        },
        "end": {
          "line": 338,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11776,
      "end": 11777,
      "loc": {
        "start": {
          "line": 338,
          "column": 72
        },
        "end": {
          "line": 338,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11777,
      "end": 11778,
      "loc": {
        "start": {
          "line": 338,
          "column": 73
        },
        "end": {
          "line": 338,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11778,
      "end": 11779,
      "loc": {
        "start": {
          "line": 338,
          "column": 74
        },
        "end": {
          "line": 338,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11788,
      "end": 11789,
      "loc": {
        "start": {
          "line": 339,
          "column": 8
        },
        "end": {
          "line": 339,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11798,
      "end": 11805,
      "loc": {
        "start": {
          "line": 340,
          "column": 8
        },
        "end": {
          "line": 340,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11806,
      "end": 11807,
      "loc": {
        "start": {
          "line": 340,
          "column": 16
        },
        "end": {
          "line": 340,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Exclusion constraint error",
      "start": 11808,
      "end": 11836,
      "loc": {
        "start": {
          "line": 340,
          "column": 18
        },
        "end": {
          "line": 340,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11836,
      "end": 11837,
      "loc": {
        "start": {
          "line": 340,
          "column": 46
        },
        "end": {
          "line": 340,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 11847,
      "end": 11853,
      "loc": {
        "start": {
          "line": 342,
          "column": 8
        },
        "end": {
          "line": 342,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 11854,
      "end": 11857,
      "loc": {
        "start": {
          "line": 342,
          "column": 15
        },
        "end": {
          "line": 342,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 11858,
      "end": 11873,
      "loc": {
        "start": {
          "line": 342,
          "column": 19
        },
        "end": {
          "line": 342,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11873,
      "end": 11874,
      "loc": {
        "start": {
          "line": 342,
          "column": 34
        },
        "end": {
          "line": 342,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ExclusionConstraintError",
      "start": 11874,
      "end": 11898,
      "loc": {
        "start": {
          "line": 342,
          "column": 35
        },
        "end": {
          "line": 342,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11898,
      "end": 11899,
      "loc": {
        "start": {
          "line": 342,
          "column": 59
        },
        "end": {
          "line": 342,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11899,
      "end": 11900,
      "loc": {
        "start": {
          "line": 342,
          "column": 60
        },
        "end": {
          "line": 342,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "message",
      "start": 11911,
      "end": 11918,
      "loc": {
        "start": {
          "line": 343,
          "column": 10
        },
        "end": {
          "line": 343,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11918,
      "end": 11919,
      "loc": {
        "start": {
          "line": 343,
          "column": 17
        },
        "end": {
          "line": 343,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11930,
      "end": 11940,
      "loc": {
        "start": {
          "line": 344,
          "column": 10
        },
        "end": {
          "line": 344,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11940,
      "end": 11941,
      "loc": {
        "start": {
          "line": 344,
          "column": 20
        },
        "end": {
          "line": 344,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11942,
      "end": 11945,
      "loc": {
        "start": {
          "line": 344,
          "column": 22
        },
        "end": {
          "line": 344,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11945,
      "end": 11946,
      "loc": {
        "start": {
          "line": 344,
          "column": 25
        },
        "end": {
          "line": 344,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constraint",
      "start": 11946,
      "end": 11956,
      "loc": {
        "start": {
          "line": 344,
          "column": 26
        },
        "end": {
          "line": 344,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11956,
      "end": 11957,
      "loc": {
        "start": {
          "line": 344,
          "column": 36
        },
        "end": {
          "line": 344,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fields",
      "start": 11968,
      "end": 11974,
      "loc": {
        "start": {
          "line": 345,
          "column": 10
        },
        "end": {
          "line": 345,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11974,
      "end": 11975,
      "loc": {
        "start": {
          "line": 345,
          "column": 16
        },
        "end": {
          "line": 345,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11986,
      "end": 11991,
      "loc": {
        "start": {
          "line": 346,
          "column": 10
        },
        "end": {
          "line": 346,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11991,
      "end": 11992,
      "loc": {
        "start": {
          "line": 346,
          "column": 15
        },
        "end": {
          "line": 346,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 11993,
      "end": 11996,
      "loc": {
        "start": {
          "line": 346,
          "column": 17
        },
        "end": {
          "line": 346,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11996,
      "end": 11997,
      "loc": {
        "start": {
          "line": 346,
          "column": 20
        },
        "end": {
          "line": 346,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "table",
      "start": 11997,
      "end": 12002,
      "loc": {
        "start": {
          "line": 346,
          "column": 21
        },
        "end": {
          "line": 346,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12002,
      "end": 12003,
      "loc": {
        "start": {
          "line": 346,
          "column": 26
        },
        "end": {
          "line": 346,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 12014,
      "end": 12020,
      "loc": {
        "start": {
          "line": 347,
          "column": 10
        },
        "end": {
          "line": 347,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12020,
      "end": 12021,
      "loc": {
        "start": {
          "line": 347,
          "column": 16
        },
        "end": {
          "line": 347,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 12022,
      "end": 12025,
      "loc": {
        "start": {
          "line": 347,
          "column": 18
        },
        "end": {
          "line": 347,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12034,
      "end": 12035,
      "loc": {
        "start": {
          "line": 348,
          "column": 8
        },
        "end": {
          "line": 348,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12035,
      "end": 12036,
      "loc": {
        "start": {
          "line": 348,
          "column": 9
        },
        "end": {
          "line": 348,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12036,
      "end": 12037,
      "loc": {
        "start": {
          "line": 348,
          "column": 10
        },
        "end": {
          "line": 348,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 12045,
      "end": 12052,
      "loc": {
        "start": {
          "line": 350,
          "column": 6
        },
        "end": {
          "line": 350,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12052,
      "end": 12053,
      "loc": {
        "start": {
          "line": 350,
          "column": 13
        },
        "end": {
          "line": 350,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12062,
      "end": 12068,
      "loc": {
        "start": {
          "line": 351,
          "column": 8
        },
        "end": {
          "line": 351,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 12069,
      "end": 12072,
      "loc": {
        "start": {
          "line": 351,
          "column": 15
        },
        "end": {
          "line": 351,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sequelizeErrors",
      "start": 12073,
      "end": 12088,
      "loc": {
        "start": {
          "line": 351,
          "column": 19
        },
        "end": {
          "line": 351,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12088,
      "end": 12089,
      "loc": {
        "start": {
          "line": 351,
          "column": 34
        },
        "end": {
          "line": 351,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DatabaseError",
      "start": 12089,
      "end": 12102,
      "loc": {
        "start": {
          "line": 351,
          "column": 35
        },
        "end": {
          "line": 351,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12102,
      "end": 12103,
      "loc": {
        "start": {
          "line": 351,
          "column": 48
        },
        "end": {
          "line": 351,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "err",
      "start": 12103,
      "end": 12106,
      "loc": {
        "start": {
          "line": 351,
          "column": 49
        },
        "end": {
          "line": 351,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12106,
      "end": 12107,
      "loc": {
        "start": {
          "line": 351,
          "column": 52
        },
        "end": {
          "line": 351,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12107,
      "end": 12108,
      "loc": {
        "start": {
          "line": 351,
          "column": 53
        },
        "end": {
          "line": 351,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12113,
      "end": 12114,
      "loc": {
        "start": {
          "line": 352,
          "column": 4
        },
        "end": {
          "line": 352,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12117,
      "end": 12118,
      "loc": {
        "start": {
          "line": 353,
          "column": 2
        },
        "end": {
          "line": 353,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isForeignKeysQuery",
      "start": 12122,
      "end": 12140,
      "loc": {
        "start": {
          "line": 355,
          "column": 2
        },
        "end": {
          "line": 355,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12140,
      "end": 12141,
      "loc": {
        "start": {
          "line": 355,
          "column": 20
        },
        "end": {
          "line": 355,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12141,
      "end": 12142,
      "loc": {
        "start": {
          "line": 355,
          "column": 21
        },
        "end": {
          "line": 355,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12143,
      "end": 12144,
      "loc": {
        "start": {
          "line": 355,
          "column": 23
        },
        "end": {
          "line": 355,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12149,
      "end": 12155,
      "loc": {
        "start": {
          "line": 356,
          "column": 4
        },
        "end": {
          "line": 356,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "regexp",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": {
        "pattern": "SELECT conname as constraint_name, pg_catalog\\.pg_get_constraintdef\\(r\\.oid, true\\) as condef FROM pg_catalog\\.pg_constraint r WHERE r\\.conrelid = \\(SELECT oid FROM pg_class WHERE relname = '.*' LIMIT 1\\) AND r\\.contype = 'f' ORDER BY 1;",
        "flags": ""
      },
      "start": 12156,
      "end": 12395,
      "loc": {
        "start": {
          "line": 356,
          "column": 11
        },
        "end": {
          "line": 356,
          "column": 250
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12395,
      "end": 12396,
      "loc": {
        "start": {
          "line": 356,
          "column": 250
        },
        "end": {
          "line": 356,
          "column": 251
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 12396,
      "end": 12400,
      "loc": {
        "start": {
          "line": 356,
          "column": 251
        },
        "end": {
          "line": 356,
          "column": 255
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12400,
      "end": 12401,
      "loc": {
        "start": {
          "line": 356,
          "column": 255
        },
        "end": {
          "line": 356,
          "column": 256
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 12401,
      "end": 12405,
      "loc": {
        "start": {
          "line": 356,
          "column": 256
        },
        "end": {
          "line": 356,
          "column": 260
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12405,
      "end": 12406,
      "loc": {
        "start": {
          "line": 356,
          "column": 260
        },
        "end": {
          "line": 356,
          "column": 261
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sql",
      "start": 12406,
      "end": 12409,
      "loc": {
        "start": {
          "line": 356,
          "column": 261
        },
        "end": {
          "line": 356,
          "column": 264
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12409,
      "end": 12410,
      "loc": {
        "start": {
          "line": 356,
          "column": 264
        },
        "end": {
          "line": 356,
          "column": 265
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12410,
      "end": 12411,
      "loc": {
        "start": {
          "line": 356,
          "column": 265
        },
        "end": {
          "line": 356,
          "column": 266
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12414,
      "end": 12415,
      "loc": {
        "start": {
          "line": 357,
          "column": 2
        },
        "end": {
          "line": 357,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInsertIdField",
      "start": 12419,
      "end": 12435,
      "loc": {
        "start": {
          "line": 359,
          "column": 2
        },
        "end": {
          "line": 359,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12435,
      "end": 12436,
      "loc": {
        "start": {
          "line": 359,
          "column": 18
        },
        "end": {
          "line": 359,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12436,
      "end": 12437,
      "loc": {
        "start": {
          "line": 359,
          "column": 19
        },
        "end": {
          "line": 359,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12438,
      "end": 12439,
      "loc": {
        "start": {
          "line": 359,
          "column": 21
        },
        "end": {
          "line": 359,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12444,
      "end": 12450,
      "loc": {
        "start": {
          "line": 360,
          "column": 4
        },
        "end": {
          "line": 360,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "id",
      "start": 12451,
      "end": 12455,
      "loc": {
        "start": {
          "line": 360,
          "column": 11
        },
        "end": {
          "line": 360,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12455,
      "end": 12456,
      "loc": {
        "start": {
          "line": 360,
          "column": 15
        },
        "end": {
          "line": 360,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12459,
      "end": 12460,
      "loc": {
        "start": {
          "line": 361,
          "column": 2
        },
        "end": {
          "line": 361,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12461,
      "end": 12462,
      "loc": {
        "start": {
          "line": 362,
          "column": 0
        },
        "end": {
          "line": 362,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12465,
      "end": 12471,
      "loc": {
        "start": {
          "line": 365,
          "column": 0
        },
        "end": {
          "line": 365,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12471,
      "end": 12472,
      "loc": {
        "start": {
          "line": 365,
          "column": 6
        },
        "end": {
          "line": 365,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12472,
      "end": 12479,
      "loc": {
        "start": {
          "line": 365,
          "column": 7
        },
        "end": {
          "line": 365,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12480,
      "end": 12481,
      "loc": {
        "start": {
          "line": 365,
          "column": 15
        },
        "end": {
          "line": 365,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 12482,
      "end": 12487,
      "loc": {
        "start": {
          "line": 365,
          "column": 17
        },
        "end": {
          "line": 365,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12487,
      "end": 12488,
      "loc": {
        "start": {
          "line": 365,
          "column": 22
        },
        "end": {
          "line": 365,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12489,
      "end": 12495,
      "loc": {
        "start": {
          "line": 366,
          "column": 0
        },
        "end": {
          "line": 366,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12495,
      "end": 12496,
      "loc": {
        "start": {
          "line": 366,
          "column": 6
        },
        "end": {
          "line": 366,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12496,
      "end": 12503,
      "loc": {
        "start": {
          "line": 366,
          "column": 7
        },
        "end": {
          "line": 366,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12503,
      "end": 12504,
      "loc": {
        "start": {
          "line": 366,
          "column": 14
        },
        "end": {
          "line": 366,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 12504,
      "end": 12509,
      "loc": {
        "start": {
          "line": 366,
          "column": 15
        },
        "end": {
          "line": 366,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12510,
      "end": 12511,
      "loc": {
        "start": {
          "line": 366,
          "column": 21
        },
        "end": {
          "line": 366,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 12512,
      "end": 12517,
      "loc": {
        "start": {
          "line": 366,
          "column": 23
        },
        "end": {
          "line": 366,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12517,
      "end": 12518,
      "loc": {
        "start": {
          "line": 366,
          "column": 28
        },
        "end": {
          "line": 366,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "module",
      "start": 12519,
      "end": 12525,
      "loc": {
        "start": {
          "line": 367,
          "column": 0
        },
        "end": {
          "line": 367,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12525,
      "end": 12526,
      "loc": {
        "start": {
          "line": 367,
          "column": 6
        },
        "end": {
          "line": 367,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "exports",
      "start": 12526,
      "end": 12533,
      "loc": {
        "start": {
          "line": 367,
          "column": 7
        },
        "end": {
          "line": 367,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12533,
      "end": 12534,
      "loc": {
        "start": {
          "line": 367,
          "column": 14
        },
        "end": {
          "line": 367,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 12534,
      "end": 12541,
      "loc": {
        "start": {
          "line": 367,
          "column": 15
        },
        "end": {
          "line": 367,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12542,
      "end": 12543,
      "loc": {
        "start": {
          "line": 367,
          "column": 23
        },
        "end": {
          "line": 367,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Query",
      "start": 12544,
      "end": 12549,
      "loc": {
        "start": {
          "line": 367,
          "column": 25
        },
        "end": {
          "line": 367,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12549,
      "end": 12550,
      "loc": {
        "start": {
          "line": 367,
          "column": 30
        },
        "end": {
          "line": 367,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12551,
      "end": 12551,
      "loc": {
        "start": {
          "line": 368,
          "column": 0
        },
        "end": {
          "line": 368,
          "column": 0
        }
      }
    }
  ]
}